1
0
Fork 0
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:
hay-kot 2021-06-15 21:43:04 -08:00
parent a7beb683ad
commit 5a8555dd61
4 changed files with 17 additions and 16 deletions

View file

@ -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