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']);
 | 
					      await runAppCommand('install', ['--silent']);
 | 
				
			||||||
      // if (opts.dbSync) {
 | 
					
 | 
				
			||||||
      //   await runAppCommand('db:sync');
 | 
					 | 
				
			||||||
      // }
 | 
					 | 
				
			||||||
      if (server || !client) {
 | 
					      if (server || !client) {
 | 
				
			||||||
        console.log('starting server', serverPort);
 | 
					        console.log('starting server', serverPort);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        const argv = [
 | 
					        const argv = [
 | 
				
			||||||
 | 
					          'watch',
 | 
				
			||||||
          '--tsconfig',
 | 
					          '--tsconfig',
 | 
				
			||||||
          './tsconfig.server.json',
 | 
					          './tsconfig.server.json',
 | 
				
			||||||
          '-r',
 | 
					          '-r',
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user