Skip to content

Commit

Permalink
test: add nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
devjiwonchoi committed Oct 8, 2024
1 parent 42b678e commit 1760259
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export const runtime = "nodejs";
export default function Page() {
return <div>hello world</div>;
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export const runtime = "nodejs";
export default function Page() {
return <div>hello world</div>;
}

0 comments on commit 1760259

Please sign in to comment.