mirror of
https://github.com/NickKaramoff/toot
synced 2025-01-30 00:55:08 +01:00
f4845de588
This somehow fixed it? I do not understand how Netlify works
7 lines
105 B
TOML
7 lines
105 B
TOML
[build]
|
|
command = "pnpm run build"
|
|
publish = "dist"
|
|
[dev]
|
|
command = "pnpm dev"
|
|
targetPort = 4321
|