netlify toml file

This commit is contained in:
Matteo Rosati
2026-01-16 12:23:03 +01:00
parent b737c40be6
commit 4ffbdc28bd
3 changed files with 6 additions and 1 deletions

3
netlify.toml Normal file
View File

@@ -0,0 +1,3 @@
[build]
command = "bun run build"
publish = "dist"