-
Notifications
You must be signed in to change notification settings - Fork 99
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
Add project creation in development
and test
environments
#365
Conversation
development
and test
environmentsdevelopment
and test
environments
development
and test
environmentsdevelopment
and test
environments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
web/mirage/config.ts
Outdated
return new Response(200, {}, project.attrs); | ||
}); | ||
|
||
// Fetch a product's related resources |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit
// Fetch a product's related resources | |
// Fetch a project's related resources |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm surprised I got the branch name right 😅
Adds and tests the ability to create projects in non-production/staging environments.