Clear and concise description of the problem
The denoed vite project can created by deno run -A npm:create-vite.
I can build and serve this project in deno.
I can preview this project in deno.
Suggested solution
The denoed project can resolve package.json.
So we can use deno task <the task defined by package.json> and install the dependencies by deno install.
And also run vite command by deno run -A npm:vite <eg. build,serve,preview>
Alternative
No response
Additional context
No response
Validations
Clear and concise description of the problem
The denoed vite project can created by
deno run -A npm:create-vite.I can
build and servethis project in deno.I can
previewthis project in deno.Suggested solution
The denoed project can resolve
package.json.So we can use
deno task <the task defined by package.json>and install the dependencies bydeno install.And also run vite command by
deno run -A npm:vite <eg. build,serve,preview>Alternative
No response
Additional context
No response
Validations