templates icon indicating copy to clipboard operation
templates copied to clipboard

Error in the readme?

Open promethyttrium opened this issue 2 years ago • 0 comments

According to the readme:

# 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??

promethyttrium avatar Jul 28 '23 13:07 promethyttrium