Update scripts/install

This commit is contained in:
denis 2024-11-17 13:52:11 -05:00
parent 565b48a4df
commit 1a11858766

View file

@ -48,6 +48,7 @@ pushd $install_dir
ynh_hide_warnings ynh_exec_as_app yarn workspace @chibisafe/backend generate
ynh_hide_warnings ynh_exec_as_app yarn workspace @chibisafe/backend migrate
ynh_hide_warnings ynh_exec_as_app yarn build
ynh_hide_warnings ynh_exec_as_app bash -c "echo "BASE_API_URL=http://127.0.0.1:8000" >> ./packages/next/.env"
popd
#=================================================