How to create /api/auth/*all.ts file in windows
creating file with * is not allowed, so how to use auth with solid start then??🤓

3 Replies
Routing - Solid Docs
Documentation for SolidJS, the signals-powered UI framework
-> create a file
/routes/api/auth/[...all].ts
Worth reading the docs of your own framework :)my bad, thank you