wasp/waspc/e2e-test/test-outputs/waspCompile-golden/waspCompile/.wasp/out/server
2024-02-19 13:57:41 +01:00
..
scripts Fixes e2e tests (#1761) 2024-02-16 18:48:13 +01:00
src Fixes e2e tests (#1761) 2024-02-16 18:48:13 +01: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 Fixes e2e tests (#1761) 2024-02-16 18:48:13 +01:00
package.json Removed redundant secure-password dep from server/package.json and also removed now redundant overrides field. 2024-02-19 13:57:41 +01:00
README.md Adds golden output dirs for E2E testing (Part 2) (#475) 2022-03-01 15:42:31 -05:00
rollup.config.js Fixes e2e tests (#1761) 2024-02-16 18:48:13 +01:00
tsconfig.json Fixes e2e tests (#1761) 2024-02-16 18:48:13 +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.