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
# Typescript tailwindcss template + basic file base routing
$ npx degit solidjs/templates/ts-router my-solid-project
$ cd my-solid-project
$ npm install # or pnpm install or yarn install
But the generated code has a routes.ts file that declares a bunch of a routes. I don't think that's what file based routing is? I thought it's supposed to read your file system and configure your routes according to it??
The text was updated successfully, but these errors were encountered:
According to the readme:
But the generated code has a routes.ts file that declares a bunch of a routes. I don't think that's what file based routing is? I thought it's supposed to read your file system and configure your routes according to it??
The text was updated successfully, but these errors were encountered: