D
Deno
Change Theme
Search Answer Overflow
Login
tristinDLC
Posts
Comments
D
Deno
•
Created by w7a9q on 11/20/2024 in
#help
Converting package.json into deno.json
Is this what you're looking for?
https://docs.deno.com/runtime/fundamentals/configuration/
2 replies
D
Deno
•
Created by Hasan Rimawi on 11/19/2024 in
#help
How to resolve this?
You should be using these commands to use vite with deno:
deno run -A npm:create-vite@latest
cd my-vite-app
deno install
deno task dev
deno run -A npm:create-vite@latest
cd my-vite-app
deno install
deno task dev
3 replies