create-tsrouter-app didn't print debug console.log, warn, error in terminal.
hello i have a questions
i create project using create-tsrouter-app,
so realized that console.log, error warn or anything like that in the terminal, and i had to check the console in the browser??
any method or alternative way to enabale it in the terminal?? li

3 Replies
stormy-gold•22h ago
it logs in the terminal if your console log runs on the server
so in loaders, server functions etc
rising-crimson•16h ago
are you using router in a SPA? or server side with start
subsequent-cyanOP•7h ago
I use spa mode @Manuel Schiller
So there is not possible to run that in terminal??