-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Hi,
I'm following your guide
https://platformatic.dev/docs/getting-started/quick-start-guide
I don't know if it's me or something is missing. For example:
npm create platformatic@latest
The output is different:
- No "Where would you like to create your project? => ."
- No "What port do you want to use? => 3042"
Create a Database Schema
"Navigate to the migrations
directory within the services
"
There is no service
folder in the generated code.
Apply Schema Migrations
"In your web/db directory"
No db
folder, maybe something is missing when creating @platformatic/db
?
npx $ platformatic db migrations apply
I think it should be
$ npx platformatic db migrations apply
etc.
Metadata
Metadata
Assignees
Labels
No labels