mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: forgot to add @globals to the vite config.
This commit is contained in:
parent
e79b6f1391
commit
040dc475e7
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,7 @@ export default defineConfig(({ mode }) => {
|
|||
"@main": resolve("src/main"),
|
||||
"@locales": resolve("src/locales"),
|
||||
"@resources": resolve("resources"),
|
||||
"@globals": resolve("src/globals"),
|
||||
},
|
||||
},
|
||||
plugins: [
|
||||
|
@ -52,6 +53,7 @@ export default defineConfig(({ mode }) => {
|
|||
alias: {
|
||||
"@renderer": resolve("src/renderer/src"),
|
||||
"@locales": resolve("src/locales"),
|
||||
"@globals": resolve("src/globals"),
|
||||
},
|
||||
},
|
||||
plugins: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue