mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-18 14:41:41 +03:00
e4e29eec0b
* feat: add type variable for operation input argument * Pass where object by name. * Change default type of operator input to `never`. * Update e2e checksums. * Rename operation Result type to Output, remove redundant default types. --------- Co-authored-by: Bas Dirks <bas.dirks@bettyblocks.com> |
||
---|---|---|
.. | ||
src | ||
.npmrc | ||
nodemon.json | ||
package.json | ||
README.md | ||
tsconfig.json |
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.