We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10cfb29 commit 3127150Copy full SHA for 3127150
1 file changed
.github/CONTRIBUTING.md
@@ -0,0 +1,9 @@
1
+# Development
2
+
3
+Set `DENO_DEPLOY_CLI_SPECIFIER` env var to `main.ts` file url on your local machine.
4
5
+```
6
+export DENO_DEPLOY_CLI_SPECIFIER=file:///path/to/deploy-cli/main.ts
7
8
9
+and run `deno deploy` commands, which uses your local copy of deploy-cli.
0 commit comments