chore: update run.js to include dev mode on compileModule (#11601)

pull/11606/head
Dominic Gannaway 2 months ago committed by GitHub
parent 50a9020d00
commit f6b800414d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -78,6 +78,7 @@ for (const generate of ['client', 'server']) {
const source = fs.readFileSync(input, 'utf-8');
const compiled = compileModule(source, {
dev: true,
filename: input,
generate
});

Loading…
Cancel
Save