mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-18 06:32:05 +03:00
62f0a76937
* Limited Wasp node version to ^16.0.0 && <=16.15.0. In the process, I removed .nvmrc files from generated code and refactored SemanticVersion to follow npm spec. I also updated CI to use node 16.15.0, and not any 16. I also updated docs. |
||
---|---|---|
.. | ||
src | ||
gitignore | ||
npmrc | ||
package.json | ||
README.md |
npm start
to run server in development mode (it reloads on changes).
npm run debug
to run npm start
with debug logs enabled.
npm run standard
to run StandardJS.