fix(web): add registry packages to transpilePackages config
This commit is contained in:
parent
360e9ab2bf
commit
c4430fb1bf
1 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,8 @@ const nextConfig: NextConfig = {
|
|||
'@tpmjs/types',
|
||||
'@tpmjs/env',
|
||||
'@tpmjs/config',
|
||||
'@tpmjs/registry-search',
|
||||
'@tpmjs/registry-execute',
|
||||
],
|
||||
reactStrictMode: true,
|
||||
serverExternalPackages: ['@tpmjs/package-executor'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue