fix: upgrade Node.js to 22.14.0, add svelte-kit sync before build
- Node 22.11.0 is below Vite's minimum requirement of 22.12+ - svelte-kit sync must run before vite build to generate .svelte-kit/tsconfig.json which tsconfig.json extends Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# ============================================================================
|
||||
# Builder stage - compile Rust/WASM and TypeScript
|
||||
# ============================================================================
|
||||
FROM node:22.11.0-slim AS builder
|
||||
FROM node:22.14.0-slim AS builder
|
||||
|
||||
# Install build dependencies for Rust
|
||||
RUN apt-get update && apt-get install -y \
|
||||
|
||||
Reference in New Issue
Block a user