feat: add auto-update to every command when your task-master instance is out of date (#1217)

This commit is contained in:
Ralph Khreish
2025-09-18 18:35:32 +02:00
committed by GitHub
parent cf3339fa48
commit e6de285cea
13 changed files with 312 additions and 140 deletions

View File

@@ -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()