Skip to content

Commit 5f4b1f5

Browse files
chore: add remote island demo test
1 parent 63868ac commit 5f4b1f5

4 files changed

Lines changed: 108 additions & 10 deletions

File tree

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@std/streams": "jsr:@std/streams@1",
6565

6666
"@astral/astral": "jsr:@astral/astral@^0.5.3",
67-
"@marvinh-test/fresh-island": "jsr:@marvinh-test/fresh-island@^0.0.1",
67+
"@marvinh-test/fresh-island": "jsr:@marvinh-test/fresh-island@^0.0.2",
6868
"linkedom": "npm:linkedom@^0.18.10",
6969
"@std/async": "jsr:@std/async@^1.0.13",
7070
"@std/expect": "jsr:@std/expect@^1.0.16",

deno.lock

Lines changed: 101 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export { RemoteIsland } from "@marvinh-test/fresh-island";
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import { RemoteIsland } from "@marvinh-test/fresh-island";
2+
3+
export default function Page() {
4+
return <RemoteIsland />;
5+
}

0 commit comments

Comments
 (0)