cloudflare deploy button

This commit is contained in:
mrjvs
2023-09-14 19:27:34 +02:00
parent d42c5d6270
commit 1b5a306879
4 changed files with 43 additions and 3 deletions

View File

@@ -6,6 +6,9 @@
"prepare": "nitropack prepare",
"dev": "nitropack dev",
"build": "nitropack build",
"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",
"start": "node .output/server/index.mjs",
"lint": "eslint --ext .js src/",
"lint:fix": "eslint --fix --ext .js src/"