Replies: 1 comment
-
I had to same question, couldn't find an answer so I just ran an express server where all the tasks run. It's not a good solution, but couldn't find a better one. A hook would be very very useful here. |
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
I'm running through the shopify app tutorial which uses remix by default. It scaffolds a whole remix project configured for shopify.
i'd like to have some sort of hook into the bootstrapping process simply to run a task every minute:
However, for this simple task i think i have to migrate to express and have no idea how to convert what shopify scaffolded for me into a configuration in the express package.
What shopify scaffolded for me:
I'm definitely not asking for help in the migration to express. I just think a hook would be extremely useful to set up all sorts of app tasks.
Beta Was this translation helpful? Give feedback.
All reactions