1
0
mirror of https://github.com/NickKaramoff/toot synced 2025-01-30 17:15:17 +01:00
Nikita Karamov f4845de588
Add dev config to netlify
This somehow fixed it? I do not understand how Netlify works
2023-09-02 23:29:36 +02:00

7 lines
105 B
TOML

[build]
command = "pnpm run build"
publish = "dist"
[dev]
command = "pnpm dev"
targetPort = 4321