chore: rename project to mapix
This commit is contained in:
@@ -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}`);
|
||||
});
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user