0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-22 08:58:11 +00:00

navbar alias

This commit is contained in:
Víctor Losada Hernández
2026-02-25 18:24:54 +01:00
parent fdd495bfbb
commit 1e0c09243a
7 changed files with 49 additions and 49 deletions

View File

@@ -10,6 +10,7 @@ export default defineConfig({
alias: {
"@vitreum": path.resolve(__dirname, "./vitreum"),
"@sharedStyles": path.resolve(__dirname, "./shared/naturalcrit/styles"),
"@navbar":path.resolve(__dirname, "./client/homebrew/navbar"),
},
},
build: {