Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
fix(scripts): start watch failed to fetch modules (#1159)
Browse files Browse the repository at this point in the history
  • Loading branch information
10xLaCroixDrinker authored Oct 24, 2023
1 parent f937670 commit aa98621
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/watch-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const buildServiceWorkerScripts = require('./build-service-workers');
].find((argName) => arg.startsWith(argName)));

const nodemon = spawn('nodemon', [
'--dns-result-order=ipv4first', '--no-experimental-fetch',
'--signal', 'SIGTERM', '--watch', 'src', '--ext', 'js,jsx', 'lib/server/index.js',
].concat(flags.length > 0 ? ['--', ...flags] : []), {
stdio: 'inherit',
Expand Down

0 comments on commit aa98621

Please sign in to comment.