Commit d8d61c2
committed
fix(deps): set vite port to 3000 for netlify-cli
netlify-cli 23.12.1 has stricter port detection. Config had
port 2036 but netlify.toml expects 3000, causing CI failure.
- config/vite.json: port 2036 -> 3000
- vite.config.ts: add server.port for consistency
Fixes timeout waiting for framework port in CI check-links.
Signed-off-by: Marcin Skalski <[email protected]>1 parent 61bcfa6 commit d8d61c2
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
| 239 | + | |
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
| |||
0 commit comments