File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- 18.20.4
1+ 18
Original file line number Diff line number Diff line change 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 = 200 ory 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"
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments