mirror of
https://github.com/NickKaramoff/toot
synced 2025-01-15 10:07:07 +01:00
Add dev config to netlify
This somehow fixed it? I do not understand how Netlify works
This commit is contained in:
parent
1b32a5a600
commit
f4845de588
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
|
||||
|
Loading…
Reference in New Issue
Block a user