fix: separate vite builds for server and framework

This commit is contained in:
Aarnav Tale 2025-01-06 08:14:18 +05:30
parent 7217659720
commit 414b95c293
No known key found for this signature in database
6 changed files with 305 additions and 169 deletions

View file

@ -14,7 +14,7 @@ import { getWss, registerWss } from './ws.mjs';
import {
createReadableStreamFromReadable,
writeReadableStreamToWritable,
} from './streams.mjs';
} from '@react-router/node';
log('SRVX', 'INFO', `Running with Node.js ${process.versions.node}`);