We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2c58ea commit 44914f0Copy full SHA for 44914f0
3-recommended/Tiltfile
@@ -17,7 +17,7 @@ local_resource(
17
congrats = "🎉 Congrats, you ran a live_update! 🎉"
18
docker_build('example-nodejs-image', '.',
19
build_args={'node_env': 'development'},
20
- entrypoint='yarn run nodemon /app/index.js',
+ entrypoint='yarn run nodemon --ext js,mustache /app/index.js',
21
live_update=[
22
sync('.', '/app'),
23
run('cd /app && yarn install', trigger=['./package.json', './yarn.lock']),
0 commit comments