1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-08-01 13:37:49 +00:00

More code

This commit is contained in:
RGBCube 2024-01-22 15:48:24 +03:00
parent f694638186
commit d060f7d9f9
No known key found for this signature in database
18 changed files with 3185 additions and 48 deletions

View file

@ -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/"
}
}