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
There is a minor problem that tsr watch starts a long-running process, so it prevents the second command (after &&) from executing. I can work around this by either running watch-routes as a background process, or using concurrently package.
So, is this a mistake in the documentation, and is there a recommended way for it?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys, has anyone used Router CLI before?
I recently tried it for a project using the Bun bundler, following the official guide.
There is a minor problem that
tsr watchstarts a long-running process, so it prevents the second command (after&&) from executing. I can work around this by either runningwatch-routesas a background process, or usingconcurrentlypackage.So, is this a mistake in the documentation, and is there a recommended way for it?
Beta Was this translation helpful? Give feedback.
All reactions