chore: yarn dev with tsx watch

This commit is contained in:
ChengLei Shao 2023-07-27 11:00:39 +08:00
parent 0d92e59985
commit a64b64384c

View File

@ -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',