-
- create
wrangler.toml
(There is a sample inwrangler.toml.sample
)
$ touch wrangler.toml
- create
-
- start dev server
$ pnpm install $ pnpm dev
-
- go to https://studio.apollographql.com/sandbox/explorer and set the
SANDBOX
tohttp://127.0.0.1:7000/
- go to https://studio.apollographql.com/sandbox/explorer and set the
$ pnpm test 'tests/**/*.test.ts'
with watch mode
$ pnpm test -- -w 'tests/**/*.test.ts'
with code coverage
$ pnpm test:with-cov 'tests/**/*.test.ts'
$ pnpm deploy:prod