Fix: remove duplicate/corrupt code at end of index.ts

This commit is contained in:
Robin Choice
2026-04-13 14:42:15 +02:00
parent fc18f43943
commit a0b7473d4e

View File

@@ -113,9 +113,3 @@ export default {
port, port,
fetch: app.fetch, fetch: app.fetch,
}; };
${port}`);
export default {
port,
fetch: app.fetch,
};