Skip to content

Commit 8a7d227

Browse files
committed
Trying :|
1 parent 77f0eef commit 8a7d227

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

site/src/functions/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
export default {
1212
async fetch(request, env, ctx) {
1313
console.log("Root loads");
14-
return new Response('Hello Worker!');
14+
return new Response('Hello Functions!');
1515
},
1616
};

site/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
export default {
1212
async fetch(request, env, ctx) {
1313
console.log("Root loads");
14-
return new Response('Hello Worker!');
14+
return new Response('Hello Source!');
1515
},
1616
};

site/wrangler.jsonc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"name": "vgd-multi-library",
3+
"pages_build_output_dir": "src"
4+
}

0 commit comments

Comments
 (0)