We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 127006e + 954cb7d commit 65e4211Copy full SHA for 65e4211
packages/client/vite.config.ts
@@ -8,6 +8,7 @@ export default defineConfig({
8
alias: {
9
'@': path.resolve(__dirname, './src'),
10
},
11
+ dedupe: ['react', 'react-dom']
12
13
server: {
14
allowedHosts: ['carton.bitovi.tools', 'carton-staging.bitovi.tools'],
0 commit comments