diff --git a/nuxt.config.ts b/nuxt.config.ts index 5f2e107..767c989 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -18,6 +18,15 @@ export default defineNuxtConfig({ nitro: { experimental: { wasm: true + }, + externals: { + inline: ['better-sqlite3'], + external: ['path', 'fs', 'crypto', 'bcryptjs'] + }, + rollupConfig: { + output: { + sourcemap: false + } } }, css: ['~/assets/css/main.css'],