Fixed bundling into an exe not working as intended.

This commit is contained in:
2025-12-14 13:16:35 -05:00
parent 76c9eb38f6
commit 5d8441bf27
124 changed files with 279314 additions and 103 deletions

View File

@@ -0,0 +1,7 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const proxy_controller_1 = require("./proxy.controller");
async function proxyRoutes(fastify) {
fastify.get('/proxy', proxy_controller_1.handleProxy);
}
exports.default = proxyRoutes;