chore: rename project to mapix

This commit is contained in:
2026-06-11 20:00:45 +02:00
parent c465cc9334
commit 45d1b2d005
5 changed files with 6 additions and 6 deletions

View File

@@ -9,6 +9,6 @@ const server = createServer((req, res) => {
});
server.listen(env.port, env.host, () => {
console.log(`mapy-mg listening on http://${env.host}:${env.port}`);
console.log(`mapix listening on http://${env.host}:${env.port}`);
});

View File

@@ -78,7 +78,7 @@ function htmlPage(): string {
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>mapy-mg</title>
<title>mapix</title>
<link
rel="stylesheet"
href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"