mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-18 06:32:05 +03:00
01642db6fa
* handle case when JWT token verification fails * added more verbose error handling to to jwt verify * updated error handling to throw unknown errors * Fix Co-authored-by: Martin Sosic <sosic.martin@gmail.com> |
||
---|---|---|
.. | ||
src | ||
gitignore | ||
npmrc | ||
nvmrc | ||
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.