add shared

This commit is contained in:
Jurgis Sakalauskas
2025-10-14 09:14:01 +03:00
parent 3ac7e9183f
commit b20ab30ece
19 changed files with 134 additions and 211 deletions
+8
View File
@@ -14,6 +14,14 @@ export default defineConfig(({ mode }) => {
port: clientPort,
proxy: {
'/api': proxyTarget
},
fs: {
allow: [path.resolve(__dirname, '..')]
}
},
resolve: {
alias: {
'@shared': path.resolve(__dirname, '../shared')
}
}
};