fix delayed build (#150)

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-22 16:54:34 +01:00 committed by GitHub
parent 1357a18b65
commit 63e864ff81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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