chore: yarn dev with tsx watch
This commit is contained in:
parent
0d92e59985
commit
a64b64384c
@ -55,13 +55,12 @@ module.exports = (cli) => {
|
||||
}
|
||||
|
||||
await runAppCommand('install', ['--silent']);
|
||||
// if (opts.dbSync) {
|
||||
// await runAppCommand('db:sync');
|
||||
// }
|
||||
|
||||
if (server || !client) {
|
||||
console.log('starting server', serverPort);
|
||||
|
||||
const argv = [
|
||||
'watch',
|
||||
'--tsconfig',
|
||||
'./tsconfig.server.json',
|
||||
'-r',
|
||||
|
Loading…
Reference in New Issue
Block a user