This commit is contained in:
g
2026-01-11 07:25:27 +00:00
parent 24c752d52b
commit 027cc49430
9 changed files with 7190 additions and 18 deletions

View File

@@ -47,7 +47,7 @@ console.log('🚀 Starting optimized build process...');
// Build with optimized settings
try {
execSync('npm run build:fast', {
execSync('pnpm run build:fast', {
stdio: 'inherit',
env: {
...process.env,