···1import { Handler } from "./handler.js";
2import { Config } from "./config.js";
3-import configObj from "../config.example.json"; // must be set at build time
45export default {
6 async fetch(request, env, ctx) {
···1import { Handler } from "./handler.js";
2import { Config } from "./config.js";
3+import configObj from "../config.worker.example.json"; // must be set at build time
45export default {
6 async fetch(request, env, ctx) {