You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug starport g vuex doesn't generate code if client.vuex doesn't exist in config.yml.
To Reproduce
Remove client.vuex from config.yml, run starport g vuex.
$ starport g vuex
⛏️ Generated vuex stores.
The same goes for other generate functions.
starport generate commands should generate code regardless of whether the appropriate config is in config.yml. If no config exist, they should be using default values. If config exists, they should be using values from config.yml.
The text was updated successfully, but these errors were encountered:
Describe the bug
starport g vuex
doesn't generate code ifclient.vuex
doesn't exist inconfig.yml
.To Reproduce
Remove
client.vuex
fromconfig.yml
, runstarport g vuex
.The same goes for other generate functions.
starport generate
commands should generate code regardless of whether the appropriate config is inconfig.yml
. If no config exist, they should be using default values. If config exists, they should be using values fromconfig.yml
.The text was updated successfully, but these errors were encountered: