nuxt generate 2

This commit is contained in:
Valentin 2024-04-18 13:03:20 +02:00
parent c8fb3d5ce9
commit 78a7b65475
1 changed files with 0 additions and 1 deletions

View File

@ -417,7 +417,6 @@ if [[ "$answer" == "y" ]]; then
echo \"DIRECTUS_API_TOKEN=${website_token}\" > .env &&\
echo \"URL=https://${domain_name}\" >> .env &&\
echo \"DIRECTUS_URL=https://cms.${domain_name}\" >> .env &&\
tmux send-keys -t directus C-c &&\
npm install -y &&\
npm run generate --prerender" www-data