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
It will be useful to separate deployments to dev and prod server. It may be achieved by specifying the config file used, like skycli deploy --config skygear.dev.json (ref: https://webpack.js.org/api/cli/#usage-with-config-file). Or, skycli deploy --dev with a, say devApp, property in skygear.json.
The text was updated successfully, but these errors were encountered:
It will be useful to separate deployments to dev and prod server. It may be achieved by specifying the config file used, like
skycli deploy --config skygear.dev.json
(ref: https://webpack.js.org/api/cli/#usage-with-config-file). Or,skycli deploy --dev
with a, saydevApp
, property in skygear.json.The text was updated successfully, but these errors were encountered: