feat(create-medusa-app): add stable option + add URI encoding to database string (#4567)

* feat(create-medusa-app): added stable option

* add new function

* changed open url

* switch condition

* fix open url for stable

* add URI encoding

* modified db error message
This commit is contained in:
Shahed Nasser
2023-07-24 13:33:14 +03:00
committed by GitHub
parent c9989529ed
commit 15e87a8100
6 changed files with 43 additions and 10 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"create-medusa-app": patch
---
feat(create-medusa-app): add `stable` option + add URI encoding to database string