Skip to content

Commit 68284d5

Browse files
chore: Remove Netlify deployment guide and environment variables files; update Node.js version in .nvmrc and clean up netlify.toml
1 parent 6cfebb5 commit 68284d5

5 files changed

Lines changed: 1 addition & 187 deletions

File tree

NETLIFY_DEPLOY_GUIDE.md

Lines changed: 0 additions & 112 deletions
This file was deleted.

NETLIFY_ENV_VARS.txt

Lines changed: 0 additions & 34 deletions
This file was deleted.

client/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.20.4
1+
18

client/netlify.toml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,8 @@
11
[build]
2-
# Directory to change to before starting a build
32
base = "client/"
4-
5-
# Directory that contains the deploy-ready HTML files and assets
63
publish = "dist/"
7-
8-
# Build command with proper dependency installation
9-
command = "npm install --include=optional && npm run build"
10-
11-
[build.environment]
12-
# Node.js version
13-
NODE_VERSION = "18.20.8"
14-
# Force npm to install optional dependencies (native binaries)
15-
NPM_CONFIG_INCLUDE = "optional"
16-
17-
# Redirect rules for SPA routing
18-
[[redirects]]
19-
from = "/*"
20-
to = "/index.html"
21-
status = 200ory to change to before starting a build
22-
base = "client/"
23-
24-
# Directory that contains the deploy-ready HTML files and assets
25-
publish = "dist/"
26-
27-
# Default build command
284
command = "npm run build"
295

30-
[build.environment]
31-
# Node.js version
32-
NODE_VERSION = "18.20.4"
33-
34-
# Redirect rules for SPA routing
356
[[redirects]]
367
from = "/*"
378
to = "/index.html"

client/package.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -90,16 +90,5 @@
9090
"typescript": "~5.8.3",
9191
"typescript-eslint": "^8.30.1",
9292
"vite": "^5.4.5"
93-
},
94-
"resolutions": {
95-
"rollup": "^4.20.0",
96-
"@rollup/rollup-linux-x64-gnu": "^4.20.0",
97-
"vite": "^5.4.5",
98-
"lightningcss": "^1.25.1"
99-
},
100-
"overrides": {
101-
"rollup": "^4.20.0",
102-
"vite": "^5.4.5",
103-
"lightningcss": "^1.25.1"
10493
}
10594
}

0 commit comments

Comments
 (0)