ansible-base/roles/mealie/files/start-frontend.sh

13 lines
137 B
Bash
Raw Normal View History

2024-12-04 06:52:08 +01:00
#!/usr/bin/env bash
## consts
target_directory="/tmp/mealie"
## exec
cd ${target_directory}/frontend
npm run generate
npm run start