Implementing API - WIP frontend

This commit is contained in:
2026-07-26 11:37:03 +02:00
parent e989594b96
commit 8b1d3288c0
12 changed files with 2222 additions and 519 deletions
-2
View File
@@ -12,7 +12,6 @@
*/
import Webserver from "./webserver.js";
import {gpxParser} from "./gpxParser.js";
/**
* Command handler for stdin input.
@@ -65,7 +64,6 @@ process.stdin.on("data", async data => {
const server = new Webserver({
port: 4399,
publicDir: "app/public",
dataDir: "",
maxBodySize: 5242880, // 5MB
timeout: 10000, // 10 seconds
});