1
1
mirror of https://github.com/wasp-lang/wasp.git synced 2025-01-07 09:58:06 +03:00
wasp/waspc/e2e-test/test-outputs/waspMigrate-golden/waspMigrate/.wasp/out/server
Filip Sodić 5da642e8eb
TypeScript fixes before Beta ()
* Change typescript modules to esnext

* Fix tsconfigs and use recommended settings

* Fix server not loading env variables

* Fix TS output overwriting error

* Fix wrong types

* Change MainPage.tsx to MainPage.jsx

* Remove duplication for Node tsconfig

* Update e2e tests for TS fixes

* Fix formatting
2022-11-25 20:10:10 +01:00
..
src Update e2e tests after supporting TypeScript () 2022-11-24 15:03:19 +01:00
.npmrc Adds golden output dirs for E2E testing (Part 2) () 2022-03-01 15:42:31 -05:00
nodemon.json Update e2e tests after supporting TypeScript () 2022-11-24 15:03:19 +01:00
package.json TypeScript fixes before Beta () 2022-11-25 20:10:10 +01:00
README.md Adds golden output dirs for E2E testing (Part 2) () 2022-03-01 15:42:31 -05:00
tsconfig.json TypeScript fixes before Beta () 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.