chore: merge to sveltekit #5

Merged
glazk0 merged 15 commits from sveltekit into main 2023-09-04 13:38:33 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 021a3aa154 - Show all commits

View file

@ -38,6 +38,6 @@ COPY --from=builder --chown=node:node /app/.next/static ./.next/static
EXPOSE 3000
ENV HOST=localhost PORT=3000 NODE_ENV=production
ENV HOST=localhost PORT=3000
CMD ["node", "server.js"]

View file

@ -3,7 +3,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "next",
"build": "next build",
"start": "node .next/standalone/server.js",
"lint": "next lint",
"prettier:format": "prettier --write .",