wasp/waspc/e2e-test/test-outputs/waspCompile-golden/waspCompile/.wasp/out/server
Bas Dirks e4e29eec0b
Add Input type to operations (#989)
* 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>
2023-02-10 16:56:53 +01:00
..
src Add Input type to operations (#989) 2023-02-10 16:56:53 +01:00
.npmrc Adds golden output dirs for E2E testing (Part 2) (#475) 2022-03-01 15:42:31 -05:00
nodemon.json Update e2e tests after supporting TypeScript (#828) 2022-11-24 15:03:19 +01:00
package.json Add TS compile step when running production (#861) 2022-11-30 18:43:07 +01:00
README.md Adds golden output dirs for E2E testing (Part 2) (#475) 2022-03-01 15:42:31 -05:00
tsconfig.json TypeScript fixes before Beta (#831) 2022-11-25 20:10:10 +01:00

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.