Skip to content

Commit ed5feee

Browse files
committed
fix shared lib build
1 parent 6150a8c commit ed5feee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export default defineConfig({
3838
},
3939
build: {
4040
commonjsOptions: {
41-
include: [/node_modules/, '../shared/index.js'],
41+
include: [/node_modules/, /shared/],
4242
},
4343
},
4444
})

0 commit comments

Comments
 (0)