mirror of
https://github.com/movie-web/simple-proxy.git
synced 2025-09-13 08:23:27 +00:00
cloudflare deploy button
This commit is contained in:
@@ -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/"
|
||||
|
Reference in New Issue
Block a user