Skip to content

Commit 902bc6c

Browse files
committed
chore: update build
1 parent fec0bb0 commit 902bc6c

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

_fresh.zip

3.97 KB
Binary file not shown.

fresh.gen.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,11 @@ import * as $projects_name_kv_branch_ from "./routes/projects/[name]/kv/[branch]
3131
import * as $remote_id_ from "./routes/remote/[id].tsx";
3232
import * as $remote_index from "./routes/remote/index.tsx";
3333
import * as $user from "./routes/user.ts";
34-
import * as $viewer from "./routes/viewer.tsx";
3534
import * as $watch from "./routes/watch.tsx";
3635
import * as $KeyTree from "./islands/KeyTree.tsx";
3736
import * as $KvExplorer from "./islands/KvExplorer.tsx";
3837
import * as $LocalControls from "./islands/LocalControls.tsx";
3938
import * as $LocalKvList from "./islands/LocalKvList.tsx";
40-
import * as $ObjectEditor from "./islands/ObjectEditor.tsx";
4139
import * as $RemoteControls from "./islands/RemoteControls.tsx";
4240
import * as $RemoteKvList from "./islands/RemoteKvList.tsx";
4341
import * as $Watches from "./islands/Watches.tsx";
@@ -74,15 +72,13 @@ const manifest = {
7472
"./routes/remote/[id].tsx": $remote_id_,
7573
"./routes/remote/index.tsx": $remote_index,
7674
"./routes/user.ts": $user,
77-
"./routes/viewer.tsx": $viewer,
7875
"./routes/watch.tsx": $watch,
7976
},
8077
islands: {
8178
"./islands/KeyTree.tsx": $KeyTree,
8279
"./islands/KvExplorer.tsx": $KvExplorer,
8380
"./islands/LocalControls.tsx": $LocalControls,
8481
"./islands/LocalKvList.tsx": $LocalKvList,
85-
"./islands/ObjectEditor.tsx": $ObjectEditor,
8682
"./islands/RemoteControls.tsx": $RemoteControls,
8783
"./islands/RemoteKvList.tsx": $RemoteKvList,
8884
"./islands/Watches.tsx": $Watches,

0 commit comments

Comments
 (0)