mirror of
https://github.com/RGBCube/Site
synced 2025-08-01 13:37:49 +00:00
More code
This commit is contained in:
parent
f694638186
commit
d060f7d9f9
18 changed files with 3185 additions and 48 deletions
|
@ -1,7 +1,11 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"jsx": "react-jsx",
|
||||
"jsxImportSource": "npm:react"
|
||||
"jsxImportSource": "npm:react",
|
||||
"types": [
|
||||
"lume/types.ts",
|
||||
"https://unpkg.com/@types/react@18.2.37/index.d.ts"
|
||||
]
|
||||
},
|
||||
"tasks": {
|
||||
"lume": "echo \"import 'lume/cli.ts'\" | deno run --unstable -A -",
|
||||
|
@ -9,6 +13,7 @@
|
|||
"serve": "deno task lume --serve"
|
||||
},
|
||||
"imports": {
|
||||
"std/": "https://deno.land/std@0.212.0/",
|
||||
"lume/": "https://deno.land/x/lume@v2.0.3/"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue