move aliases to file storage

This commit is contained in:
Jurgis Sakalauskas
2023-10-30 11:30:16 +02:00
parent 1d7072aee0
commit e707fa838b
15 changed files with 135 additions and 37 deletions
+3
View File
@@ -10,5 +10,8 @@ if [ "$NODE_ENV" == "production" ]; then
npm run start:prod
else
echo "Starting app in development mode"
echo "Running prebuild"
npm run prebuild
echo "Starting app"
npm run start:dev
fi