This commit is contained in:
2026-05-11 22:27:54 -04:00
commit ea05c521c3
14 changed files with 3791 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[build]
command = "npm run build"
publish = "dist"
functions = "netlify/functions"
[functions]
node_bundler = "esbuild"
[dev]
framework = "vite"
targetPort = 5173
port = 8888