mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
Merge branch 'feat/migration-to-leveldb' into feature/custom-themes
This commit is contained in:
parent
44aed56461
commit
6bf049d136
131 changed files with 1918 additions and 2597 deletions
|
@ -38,6 +38,13 @@ export default defineConfig(({ mode }) => {
|
|||
build: {
|
||||
sourcemap: true,
|
||||
},
|
||||
css: {
|
||||
preprocessorOptions: {
|
||||
scss: {
|
||||
api: "modern",
|
||||
},
|
||||
},
|
||||
},
|
||||
resolve: {
|
||||
alias: {
|
||||
"@renderer": resolve("src/renderer/src"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue