feat: add auto-update to every command when your task-master instance is out of date (#1217)
This commit is contained in:
@@ -24,6 +24,7 @@ export default defineConfig(
|
||||
},
|
||||
outDir: 'dist',
|
||||
copy: ['public'],
|
||||
ignoreWatch: ['node_modules', 'dist', 'tests'],
|
||||
// Bundle only our workspace packages, keep npm dependencies external
|
||||
noExternal: [/^@tm\//],
|
||||
env: getBuildTimeEnvs()
|
||||
|
||||
Reference in New Issue
Block a user