Skip to content

Commit b840dcb

Browse files
committed
Update to Lume v3.0.1 stable
Lume 3 was recently released, so refactor the config file, and update. Includes new linter and temporal.
1 parent 0690db2 commit b840dcb

File tree

2 files changed

+598
-81
lines changed

2 files changed

+598
-81
lines changed

deno.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"imports": {
3-
"lume/": "https://deno.land/x/[email protected]/",
4-
"lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/[email protected]/"
3+
"lume/": "https://deno.land/x/[email protected]/",
4+
"lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/[email protected]/",
5+
"lume/jsx-runtime": "https://deno.land/x/[email protected]/jsx-runtime.ts"
56
},
67
"tasks": {
78
"lume": "export TZ='Asia/Tokyo' && echo \"import 'lume/cli.ts'\" | deno run -A -",
@@ -13,6 +14,16 @@
1314
"compilerOptions": {
1415
"types": [
1516
"lume/types.ts"
17+
],
18+
"jsx": "react-jsx",
19+
"jsxImportSource": "lume"
20+
},
21+
"unstable": [
22+
"temporal"
23+
],
24+
"lint": {
25+
"plugins": [
26+
"https://deno.land/x/[email protected]/lint.ts"
1627
]
1728
}
1829
}

0 commit comments

Comments
 (0)