mirror of
https://github.com/moku-project/Moku.git
synced 2026-06-13 01:09:56 -05:00
Feat: Reworked ENTIRE Project for Readability
This commit is contained in:
+9
-3
@@ -7,8 +7,14 @@ export default defineConfig({
|
||||
clearScreen: false,
|
||||
resolve: {
|
||||
alias: {
|
||||
$store: path.resolve("./src/store"),
|
||||
$components: path.resolve("./src/components"),
|
||||
"@features": path.resolve("./src/features"),
|
||||
"@core": path.resolve("./src/core"),
|
||||
"@shared": path.resolve("./src/shared"),
|
||||
"@api": path.resolve("./src/api"),
|
||||
"@store": path.resolve("./src/store"),
|
||||
"@types": path.resolve("./src/types"),
|
||||
"@design": path.resolve("./src/design"),
|
||||
"@assets": path.resolve("./src/assets"),
|
||||
},
|
||||
},
|
||||
server: {
|
||||
@@ -24,4 +30,4 @@ export default defineConfig({
|
||||
minify: !process.env.TAURI_DEBUG ? "esbuild" : false,
|
||||
sourcemap: !!process.env.TAURI_DEBUG,
|
||||
},
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user