wasp/waspc/e2e-test/test-outputs/waspCompile-golden/waspCompile/.wasp/out/server
2023-04-06 21:12:18 +02:00
..
scripts Adds env validation and shared templates folder (#994) 2023-02-21 11:52:37 +01:00
src Add full-stack compile-time type safety (#1090) 2023-04-06 21:12:18 +02:00
.env Implemented wasp start db (managed dev db) (#1044) 2023-03-21 16:37:20 +01:00
.npmrc Adds golden output dirs for E2E testing (Part 2) (#475) 2022-03-01 15:42:31 -05:00
nodemon.json Adds env validation and shared templates folder (#994) 2023-02-21 11:52:37 +01:00
package.json Add full-stack compile-time type safety (#1090) 2023-04-06 21:12:18 +02:00
README.md Adds golden output dirs for E2E testing (Part 2) (#475) 2022-03-01 15:42:31 -05:00
tsconfig.json Refactor auth to conform to providers interface (#998) 2023-03-16 10:42:57 +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.