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 thing that one nexte step should be also to make this router into self containing module, so that you can import it into your project with settings: const router = new Router({ routes: "file" || routes, watchFile: true...}) router.listen(80, 443)
This would also eliminate anybody needing to go trough the file
The text was updated successfully, but these errors were encountered:
I thing that one nexte step should be also to make this router into self containing module, so that you can import it into your project with settings:
const router = new Router({ routes: "file" || routes, watchFile: true...}) router.listen(80, 443)
This would also eliminate anybody needing to go trough the file
The text was updated successfully, but these errors were encountered: