mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-05 13:35:23 +02:00
code splitting
This commit is contained in:
parent
a7beb683ad
commit
5a8555dd61
4 changed files with 17 additions and 16 deletions
2
makefile
2
makefile
|
@ -77,7 +77,7 @@ frontend: ## 🎬 Start Mealie Frontend Development Server
|
|||
cd frontend && npm run serve
|
||||
|
||||
frontend-build: ## 🏗 Build Frontend in frontend/dist
|
||||
cd frontned && npm run build
|
||||
cd frontend && npm run build
|
||||
|
||||
.PHONY: docs
|
||||
docs: ## 📄 Start Mkdocs Development Server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue