mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: adding initial leveldb configuration
This commit is contained in:
parent
d4be5b8c66
commit
2c5fb8a037
18 changed files with 202 additions and 196 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