fix(docker): update drizzle-migration build process to prevent virtual import issues

This commit is contained in:
RainbowBird
2026-08-16 17:03:38 +08:00
parent c25791a357
commit 85a3f08987
4 changed files with 14 additions and 31 deletions
+1
View File
@@ -9,5 +9,6 @@ export default defineConfig([
plugins: {
js: jsPlugin,
},
ignores: ['**/node_modules/**'],
},
])