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
For #340 new app hooks have been added to substitute the build and deploy steps for actions and web assets.
The aio app run command should support these new app hooks, but it needs to re-factor so they can be added easily.
aio app run does build the actions and web-assets so these hooks should work:
build-actions
build-static
aio app run only deploys actions, and not the web assets -- these are served locally via a web server. Only this hook should work:
deploy-actions
The text was updated successfully, but these errors were encountered:
For #340 new app hooks have been added to substitute the build and deploy steps for actions and web assets.
The
aio app run
command should support these new app hooks, but it needs to re-factor so they can be added easily.aio app run
does build the actions and web-assets so these hooks should work:aio app run
only deploys actions, and not the web assets -- these are served locally via a web server. Only this hook should work:The text was updated successfully, but these errors were encountered: