dominikg / svite

svelte integration for vite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How should i change the entry file path?

si3nloong opened this issue · comments

I have a different folder name for my entry file, and i change it to svite -ts -o -r ./packages/index.ts, but it seem like not working at all (it showing not found)

The root option is for the root directory, not a file.
This directory has to contain a file named index.html that references your index.ts

ok, thank for the explanation