We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3bfecd commit 5cfc593Copy full SHA for 5cfc593
1 file changed
deno.jsonc
@@ -4,7 +4,7 @@
4
* Run the CLI in development mode. This will use the local Paperspace API and
5
* Console URLs.
6
*/
7
- "dev": "PAPERSPACE_API_URL=https://api.psdev.sh:8443/v1 PAPERSPACE_CONSOLE_URL=https://console.psdev.sh:8443/ deno run --allow-env --allow-run --allow-read --allow-write --allow-net mod.ts",
+ "dev": "PAPERSPACE_API_URL=https://api.psdev.sh:8443/v1 PAPERSPACE_CONSOLE_URL=https://console.psdev.sh:8443/ deno run --allow-env --allow-run --allow-read --allow-write --allow-net --unsafely-ignore-certificate-errors mod.ts",
8
/**
9
* Run the CLI in production mode. This will use the production Paperspace API and
10
0 commit comments