Skip to content

Commit

Permalink
chore: add zerops.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Nov 3, 2024
1 parent eb94a1c commit 9368513
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions zerops.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
zerops:
- setup: app
build:
base: nodejs@20
envVariables:
SERVER_PRESET: zerops
buildCommands:
- pnpm i
- pnpm run build
deployFiles:
- .output
- package.json
- node_modules
run:
base: nodejs@20
ports:
- port: 3000
httpSupport: true
start: node .output/server/index.mjs

0 comments on commit 9368513

Please sign in to comment.