We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 723e251 commit 87c806cCopy full SHA for 87c806c
render.yaml
@@ -1,6 +1,6 @@
1
services:
2
- type: web
3
- name: sveltekit
4
- env: node
+ name: sveltekit-static
+ env: static
5
buildCommand: npm install && npm run build
6
- startCommand: node build/index.js
+ staticPublishPath: build
0 commit comments