Skip to content

Commit 2a15ca9

Browse files
committed
updates
1 parent 51df1fa commit 2a15ca9

2 files changed

Lines changed: 5 additions & 7 deletions

File tree

deno.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88
"jsxImportSource": "react",
99
"jsxImportSourceTypes": "npm:@types/react@19.1.1"
1010
},
11+
"unstable": ["cron", "kv", "bundle"],
1112
"lock": false,
1213
"imports": {
13-
"builder": "https://deno.land/x/faster_react_core@v6.5/builder.ts",
14-
"@helpers/": "https://deno.land/x/faster_react_core@v6.5/helpers/",
14+
"builder": "https://deno.land/x/faster_react_core@v6.6/builder.ts",
15+
"@helpers/": "https://deno.land/x/faster_react_core@v6.6/helpers/",
1516
"@core": "./main.ts",
1617
"react": "npm:react@19.1.1",
1718
"react/": "npm:react@19.1.1/",
@@ -25,13 +26,10 @@
2526
"react/jsx-runtime": "npm:react@19.1.1/jsx-runtime",
2627
"react/jsx-dev-runtime": "npm:react@19.1.1/jsx-dev-runtime",
2728
"walk": "jsr:@std/fs@1.0.19/walk",
28-
"path": "jsr:@std/path@1.1.1",
29+
"path": "jsr:@std/path@1.1.2",
2930
"faster": "jsr:@hviana/faster@1.1.2",
3031
"deno_kv_fs": "jsr:@hviana/faster@1.1.2/deno-kv-fs",
3132
"jose": "jsr:@hviana/faster@1.1.2/jose",
32-
"esbuild": "https://deno.land/x/esbuild@v0.25.9/mod.js",
33-
"esbuild-portable": "https://deno.land/x/esbuild@v0.25.9/wasm.js",
34-
"esbuild-deno-loader": "jsr:@luca/esbuild-deno-loader@0.11.1",
3533
"b64": "jsr:@std/encoding@1.0.10/base64"
3634
},
3735
"tasks": {

options.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"pathOrUrl": "",
55
"DENO_KV_ACCESS_TOKEN": ""
66
},
7-
"dev": true,
7+
"dev": false,
88
"serverless": false,
99
"title": "SaaS Example"
1010
}

0 commit comments

Comments
 (0)