dominikg / svite

svelte integration for vite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem with routify template

thomanimation opened this issue · comments

Description

Running the routify-mdsvex template results in an empty page and an error about missing .routify/routes

Reproduction

Run: svite create -t routify-mdsvex
and then: svite dev inside the newly created folder: /svite-routify-mdsvex
Open the browser at http://localhost:3000/
See an empty page and check the console for the error.

please use npm run dev routify needs a separate process to watch for route changes. the run script starts it alongside the vite server