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
I've created a repo That just uses a module from demo
I've tried dev ...; using RouterDemo; serve() and no routes get registered.
On the other hand, if I copy the main file from my package, into my terminal, and then serve() it works fine.
How do I fix this?
The text was updated successfully, but these errors were encountered:
Please take a look at this closed issue on the same topic. #115
It should have all the info you need to get your package working, please don't hesitate to let me know if you need any further clarification around this.
I've created a repo That just uses a module from demo
I've tried
dev ...; using RouterDemo; serve()
and no routes get registered.On the other hand, if I copy the main file from my package, into my terminal, and then
serve()
it works fine.How do I fix this?
The text was updated successfully, but these errors were encountered: