diff --git a/frontend/netlify.toml b/frontend/netlify.toml deleted file mode 100644 index 16d2cd16..00000000 --- a/frontend/netlify.toml +++ /dev/null @@ -1,11 +0,0 @@ -[build] - base = "frontend" - publish = "dist" - command = "npm run build" - -[functions] - directory = "netlify/functions" - -[dev] - command = "npm run dev" # Command to run your local dev server - port = 3000 # Port for local development (change if needed)