From 4ffbdc28bd9f6582b73eb8005d719161566aa07c Mon Sep 17 00:00:00 2001 From: Matteo Rosati Date: Fri, 16 Jan 2026 12:23:03 +0100 Subject: [PATCH] netlify toml file --- .gitignore | 3 +++ netlify.toml | 3 +++ src/App.tsx | 1 - 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 netlify.toml diff --git a/.gitignore b/.gitignore index a14702c..652bf21 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,6 @@ report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json # Finder (MacOS) folder config .DS_Store + +# Local Netlify folder +.netlify diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..1ae66c9 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,3 @@ +[build] + command = "bun run build" + publish = "dist" diff --git a/src/App.tsx b/src/App.tsx index 57902a4..b054221 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -62,7 +62,6 @@ export function App() {
- {process.env.PUBLIC_API_BASE_URL} {loading ? (