script fix

This commit is contained in:
Ryan 2025-04-09 21:18:01 +10:00
parent fa9b7eb79a
commit 995a83a238

View File

@ -15,7 +15,7 @@ if [ ! -d "$PROJECT_DIR" ]; then
npx create-medusa-app@latest my-medusa-app \
--db-url "$DATABASE_URL" \
--no-browser \
--directory-path "$PROJECT_DIR" \
--directory-path "/app/" \
--with-nextjs-starter
# Change into the project folder, install dependencies and build the app.