fix: cannot run from yarn dev (#6468)

This commit is contained in:
beyondkmp 2025-05-26 19:20:38 +08:00 committed by GitHub
parent 94cec70737
commit 9896c75a2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,7 +37,7 @@ export default defineConfig({
}, },
build: { build: {
rollupOptions: { rollupOptions: {
external: ['@libsql/client'] external: ['@libsql/client', 'bufferutil', 'utf-8-validate']
}, },
sourcemap: process.env.NODE_ENV === 'development' sourcemap: process.env.NODE_ENV === 'development'
}, },