Skip to content

Commit

Permalink
Add dev config to netlify
Browse files Browse the repository at this point in the history
This somehow fixed it? I do not understand how Netlify works
  • Loading branch information
kytta committed Sep 2, 2023
1 parent 1b32a5a commit f4845de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ node_modules/

# Backend
.vercel/
.netlify
3 changes: 3 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[build]
command = "pnpm run build"
publish = "dist"
[dev]
command = "pnpm dev"
targetPort = 4321

0 comments on commit f4845de

Please sign in to comment.