mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-05 14:18:51 -05:00
Merge branch 'develop' into feature/vue3
# Conflicts: # recipes/settings.py # vue/vue.config.js
This commit is contained in:
@@ -29,10 +29,6 @@ const pages = {
|
||||
entry: "./src/apps/ExportView/main.ts",
|
||||
chunks: ["chunk-vendors","locales-chunk","api-chunk"],
|
||||
},
|
||||
supermarket_view: {
|
||||
entry: "./src/apps/SupermarketView/main.ts",
|
||||
chunks: ["chunk-vendors","locales-chunk","api-chunk"],
|
||||
},
|
||||
model_list_view: {
|
||||
entry: "./src/apps/ModelListView/main.ts",
|
||||
chunks: ["chunk-vendors","locales-chunk","api-chunk"],
|
||||
@@ -65,10 +61,6 @@ const pages = {
|
||||
entry: "./src/apps/SpaceManageView/main.ts",
|
||||
chunks: ["chunk-vendors","locales-chunk","api-chunk"],
|
||||
},
|
||||
profile_view: {
|
||||
entry: "./src/apps/ProfileView/main.ts",
|
||||
chunks: ["chunk-vendors","locales-chunk","api-chunk"],
|
||||
},
|
||||
settings_view: {
|
||||
entry: "./src/apps/SettingsView/main.ts",
|
||||
chunks: ["chunk-vendors","locales-chunk","api-chunk"],
|
||||
|
||||
Reference in New Issue
Block a user