mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-16 17:31:24 +01:00
chore: remove duplicate alias
This commit is contained in:
parent
50edcb4e30
commit
bea278df6c
1 changed files with 0 additions and 1 deletions
|
|
@ -77,7 +77,6 @@ export default defineConfig(({mode}) => {
|
|||
{find: "layers", replacement: path.resolve(pathName, "./src/layers")},
|
||||
{find: "libs", replacement: path.resolve(pathName, "./src/libs")},
|
||||
{find: "modules", replacement: path.resolve(pathName, "./src/modules")},
|
||||
{find: "modules", replacement: path.resolve(pathName, "./src/modules")},
|
||||
{find: "scripts", replacement: path.resolve(pathName, "./src/scripts")},
|
||||
{find: "utils", replacement: path.resolve(pathName, "./src/utils")}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue