mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-04-10 15:05:35 -04:00
chore: Nuxt 4 upgrade (#7426)
This commit is contained in:
@@ -7,8 +7,10 @@ export default {
|
||||
},
|
||||
resolve: {
|
||||
alias: {
|
||||
"@": path.resolve(__dirname, "."),
|
||||
"~": path.resolve(__dirname, "."),
|
||||
"@": path.resolve(__dirname, "./app"),
|
||||
"~": path.resolve(__dirname, "./app"),
|
||||
"@@": path.resolve(__dirname, "."),
|
||||
"~~": path.resolve(__dirname, "."),
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user