fix: token-types mismatch in iamui module

This commit is contained in:
mengstabketemaw
2026-07-03 16:59:49 +03:00
parent 39a16e82ea
commit 9dd4c8867f
3 changed files with 59 additions and 29 deletions

View File

@@ -13,6 +13,9 @@ export default defineConfig({
plugins: [react(), nxViteTsPaths()],
resolve: {
dedupe: ['react', 'react-dom', 'react-router-dom', '@tanstack/react-query'],
alias: {
'node:buffer': 'buffer',
},
},
build: {
outDir: '../../dist/apps/backoffice',