You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following discussion with @griff-rees: currently a package.json is created in the web app path upon running the template. Similarly a pyproject.toml and Cargo.toml are generated for Python and Rust backends respectively.
It may additionally or instead be advantageous to create a top-level package.json in the repo root to capture the script functionality. Adding further documentation to the README.md upon creating the template is also an option. E.g.:
cd web
pnpm i
pnpm rust
pnpm build
The text was updated successfully, but these errors were encountered:
Following discussion with @griff-rees: currently a
package.json
is created in the web app path upon running the template. Similarly apyproject.toml
andCargo.toml
are generated for Python and Rust backends respectively.It may additionally or instead be advantageous to create a top-level
package.json
in the repo root to capture the script functionality. Adding further documentation to theREADME.md
upon creating the template is also an option. E.g.:cd web pnpm i pnpm rust pnpm build
The text was updated successfully, but these errors were encountered: