Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dbos -> dbos-sdk #93

Merged
merged 2 commits into from
Dec 6, 2023
Merged

dbos -> dbos-sdk #93

merged 2 commits into from
Dec 6, 2023

Conversation

devhawk
Copy link
Contributor

@devhawk devhawk commented Dec 6, 2023

Fix places in ecommerce demo that were using npx dbos start

@chuck-dbos
Copy link
Collaborator

Could we also do:
./yky-social/create-openapi-client.sh:npx dbos openapi src/operations.ts
./e-commerce/payment-frontend/create-openapi-client.sh:npx dbos openapi src/operations.ts
./e-commerce/shop-frontend/create-openapi-client.sh:npx dbos openapi src/operations.ts

@@ -5,7 +5,7 @@
"build": "tsc",
"lint": "eslint --fix --ext .ts .",
"migrate": "knex migrate:latest",
"start": "npm run build && dbos start",
"start": "dbos-sdk start",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't know you could do this.

@devhawk devhawk merged commit b37711c into main Dec 6, 2023
1 check passed
@devhawk devhawk deleted the devhawk/fix-ecomm-launch branch December 6, 2023 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants