···11import { Handler } from "./handler.js";
22import { Config } from "./config.js";
33-import configObj from "../config.example.json"; // must be set at build time
33+import configObj from "../config.worker.example.json"; // must be set at build time
4455export default {
66 async fetch(request, env, ctx) {