refactor Utils package

This commit is contained in:
2026-02-05 13:50:06 +02:00
parent b1a13c339b
commit 9d22fe8413
12 changed files with 131 additions and 14 deletions
+2 -1
View File
@@ -54,7 +54,8 @@ export default defineConfig({
define: { 'process.env': {} },
resolve: {
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url))
'@': fileURLToPath(new URL('./src', import.meta.url)),
'#': fileURLToPath(new URL('./backend', import.meta.url))
},
extensions: [
'.js',