fix delayed build

We noticed that the build was outdated and lagged behind 1 build.

Reason for this is rollup and its second config.
Solved by
https://github.com/rollup/rollup/issues/1666#issuecomment-1163091988

This could cause problems when types change
This commit is contained in:
Ulf Gebhardt 2025-02-21 13:38:07 +01:00
parent 0ec0f13c74
commit a375ca18fb
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -87,5 +87,6 @@ export default [
}),
],
external: [/\.css$/], //, /\.d\.ts$/
watch: false,
},
]