fix: include argon2 in experimental output file tracing

This commit is contained in:
Nicolas Meienberger 2024-04-23 21:27:04 +02:00
parent 0d1b345021
commit a5574e1a1a
2 changed files with 4 additions and 1 deletions

View File

@ -7,6 +7,9 @@ const nextConfig = {
transpilePackages: ['@runtipi/shared'], transpilePackages: ['@runtipi/shared'],
experimental: { experimental: {
serverComponentsExternalPackages: ['bullmq'], serverComponentsExternalPackages: ['bullmq'],
outputFileTracingIncludes: {
'/login': ['./node_modules/argon2/**'],
},
}, },
async rewrites() { async rewrites() {
return [ return [

View File

@ -8,7 +8,7 @@
* - Please do NOT serve this file on production. * - Please do NOT serve this file on production.
*/ */
const PACKAGE_VERSION = '2.2.13' const PACKAGE_VERSION = '2.2.14'
const INTEGRITY_CHECKSUM = '26357c79639bfa20d64c0efca2a87423' const INTEGRITY_CHECKSUM = '26357c79639bfa20d64c0efca2a87423'
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse') const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
const activeClientIds = new Set() const activeClientIds = new Set()