fix(client/lightweight): TypeScript not processed

This commit is contained in:
Elian Doran 2026-01-06 20:39:11 +02:00
parent 25dc9201bf
commit 18a3d9d71a
No known key found for this signature in database

View File

@ -57,7 +57,8 @@ export default defineConfig(() => ({
base: "",
plugins,
optimizeDeps: {
exclude: ['@sqlite.org/sqlite-wasm']
exclude: ['@sqlite.org/sqlite-wasm'],
include: ['@triliumnext/core']
},
worker: {
format: 'es'