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
.gitignore vendored
View File

@@ -32,3 +32,6 @@ report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json
# Finder (MacOS) folder config
.DS_Store
# Local Netlify folder
.netlify

3
netlify.toml Normal file
View File

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

View File

@@ -62,7 +62,6 @@ export function App() {
</header>
<main className="app-main">
{process.env.PUBLIC_API_BASE_URL}
{loading ? (
<div className="loading-container">
<div className="loading-spinner"></div>