2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-06-06 16:52:35 +00:00

chore: add modman navigation

This commit is contained in:
Jan Laupetin
2025-10-22 23:37:52 +01:00
parent 61ab196c5a
commit 6b3fdbfb75
18 changed files with 466 additions and 31 deletions
+1
View File
@@ -30,6 +30,7 @@ export default defineConfig({
resolve: {
alias: {
"@": fileURLToPath(new URL("./src", import.meta.url)),
"@style": fileURLToPath(new URL("./src/style", import.meta.url)),
},
},
});