Adding another fucking project structure lol. we got like 3 now
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Successful in 20s

This commit is contained in:
MagicBOTAlex 2025-07-05 02:52:17 +08:00
parent ab913372eb
commit 3c54f7cdd1
7 changed files with 54 additions and 24 deletions

View file

@ -23,6 +23,8 @@ export default defineConfig({
"@images": path.resolve("./src/images"),
"@src": path.resolve("./src"),
"@static": path.resolve("./static"),
"@pages": path.resolve("./src/pages"),
"@shop": path.resolve("./src/pages/shop"),
},
},
server: {