Try adding netlify edge workers

This commit is contained in:
mrjvs
2024-01-08 20:51:08 +01:00
parent e09decb8e2
commit ddabde15b6
2 changed files with 14 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
"build:cloudflare": "NITRO_PRESET=cloudflare npm run build",
"build:aws": "NITRO_PRESET=aws_lambda npm run build",
"build:node": "NITRO_PRESET=node-server npm run build",
"build:netlify": "NITRO_PRESET=netlify_edge npm run build",
"start": "node .output/server/index.mjs",
"lint": "eslint --ext .ts src/",
"lint:fix": "eslint --fix --ext .ts src/",