Skip to content

Commit

Permalink
add debug instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
StarpTech committed Apr 22, 2021
1 parent ecbe29c commit 3178835
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ Check [How KV works](https://developers.cloudflare.com/workers/learning/how-kv-w
npm run dev
```

For debugger support check out the branch [`commonjs_support_conditional`](https://github.com/StarpTech/worktop/tree/commonjs_support_conditional). Install and the build the repopsitory. Reference the local repository with `file:../worktop` in the package.json. Additionally, replace `./bin/register` with `ts-node/register` in the package.json. Background: https://github.com/lukeed/worktop/issues/31.

### Credits

- https://github.com/lukeed/worktop - We use it as web framework.
Expand Down

0 comments on commit 3178835

Please sign in to comment.