Vite on Workers
When I integrate Vite to Workers through stable CF Vite plugin should I change
dev
commands to vite dev
or still stick with wrangler dev
. I don't have access to bindings when starting with vite
command.
1 Reply
you may need to add a tsconfig.worker.json file
and reference it in the tsconfig.json file
then generate the worker-configuration.d.ts with
wrangler types