mirror of
https://github.com/NickKaramoff/toot
synced 2025-06-05 21:59:33 +02:00
Add dev config to netlify
This somehow fixed it? I do not understand how Netlify works
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -16,3 +16,4 @@ node_modules/
|
||||
|
||||
# Backend
|
||||
.vercel/
|
||||
.netlify
|
||||
|
@@ -1,3 +1,6 @@
|
||||
[build]
|
||||
command = "pnpm run build"
|
||||
publish = "dist"
|
||||
[dev]
|
||||
command = "pnpm dev"
|
||||
targetPort = 4321
|
||||
|
Reference in New Issue
Block a user