Fix wireguard proxy not working when deployed due to bun's fetch not supporting undici dispatchers
All checks were successful
Build And Deploy / build-and-deploy (push) Successful in 44s
All checks were successful
Build And Deploy / build-and-deploy (push) Successful in 44s
This commit is contained in:
parent
6c56b203d3
commit
4ed23bb6ef
4 changed files with 22 additions and 11 deletions
|
|
@ -4,7 +4,8 @@
|
|||
"version": "0.0.1",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"start": "bun run ./dist/server/entry.mjs",
|
||||
"start-bun": "bun run ./dist/server/entry.mjs",
|
||||
"start": "node ./dist/server/entry.mjs",
|
||||
"check": "astro check",
|
||||
"build-only": "astro build",
|
||||
"build": "astro check && astro build",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue