We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77f0eef commit 8a7d227Copy full SHA for 8a7d227
site/src/functions/index.js
@@ -11,6 +11,6 @@
11
export default {
12
async fetch(request, env, ctx) {
13
console.log("Root loads");
14
- return new Response('Hello Worker!');
+ return new Response('Hello Functions!');
15
},
16
};
site/src/index.js
+ return new Response('Hello Source!');
site/wrangler.jsonc
@@ -0,0 +1,4 @@
1
+{
2
+ "name": "vgd-multi-library",
3
+ "pages_build_output_dir": "src"
4
+}
0 commit comments