Template Commit
This commit is contained in:
17
deno.json
Normal file
17
deno.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"tasks": {
|
||||
"dev": "deno run -A --node-modules-dir npm:vite",
|
||||
"build": "deno run -A --node-modules-dir npm:vite build",
|
||||
"preview": "deno run -A --node-modules-dir npm:vite preview",
|
||||
"serve": "deno run --allow-net --allow-read jsr:@std/http@1/file-server dist/"
|
||||
},
|
||||
"compilerOptions": {
|
||||
"lib": ["ES2020", "DOM", "DOM.Iterable"]
|
||||
},
|
||||
"imports": {
|
||||
"@deno/vite-plugin": "npm:@deno/vite-plugin@^1.0.0",
|
||||
"@vitejs/plugin-vue": "npm:@vitejs/plugin-vue@^5.1.4",
|
||||
"vite": "npm:vite@^5.4.9",
|
||||
"vue": "npm:vue@^3.5.12"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user