Skip to content

Commit

Permalink
Support new domain
Browse files Browse the repository at this point in the history
  • Loading branch information
NeKzor committed Jun 26, 2024
1 parent a54558e commit 8b96698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"tasks": {
"dev": "deno run --import-map=../import_map.json --no-prompt --allow-hrtime --allow-env --allow-read=\"autorender.yaml,autorender.cfg,log,worker.ts\" --allow-write=\"autorender.yaml,log\" --allow-run --allow-net=deno.land,autorender.portal2.local,steamusercontent-a.akamaihd.net,api.github.com,github.com,objects.githubusercontent.com,dl.sar.portal2.sr,127.0.0.1:8080 --unsafely-ignore-certificate-errors=autorender.portal2.local --watch main.ts --dev",
"test": "deno test --import-map=../import_map.json --allow-net --allow-read --allow-env",
"compile": "deno compile --import-map=../import_map.json --output bin/$COMPILATION_BINARY_NAME --target $COMPILATION_TARGET --include ./worker.ts --include ./upload.ts --no-prompt --allow-hrtime --allow-env --allow-read=\"autorender.yaml,autorender.cfg,log,worker.ts$COMPILATION_READ_WRITE_GAME_PATHS\" --allow-write=\"autorender.yaml,log$COMPILATION_READ_WRITE_GAME_PATHS\" --allow-run --allow-net=deno.land,autorender.portal2.local,autorender.portal2.sr,steamusercontent-a.akamaihd.net,api.github.com,github.com,objects.githubusercontent.com,dl.sar.portal2.sr $COMPILATION_DEVELOPER_FLAGS main.ts"
"compile": "deno compile --import-map=../import_map.json --output bin/$COMPILATION_BINARY_NAME --target $COMPILATION_TARGET --include ./worker.ts --include ./upload.ts --no-prompt --allow-hrtime --allow-env --allow-read=\"autorender.yaml,autorender.cfg,log,worker.ts$COMPILATION_READ_WRITE_GAME_PATHS\" --allow-write=\"autorender.yaml,log$COMPILATION_READ_WRITE_GAME_PATHS\" --allow-run --allow-net=deno.land,autorender.portal2.local,autorender.portal2.sr,autorender.p2sr.org,steamusercontent-a.akamaihd.net,api.github.com,github.com,objects.githubusercontent.com,dl.sar.portal2.sr $COMPILATION_DEVELOPER_FLAGS main.ts"
},
"fmt": {
"useTabs": false,
Expand Down

0 comments on commit 8b96698

Please sign in to comment.