Add postgres host to .env, filter out sum values for country

This commit is contained in:
Guntis Smaukstelis
2024-01-01 20:25:39 +02:00
parent 7d78a96e35
commit 8534d36ec6
4 changed files with 26 additions and 3 deletions
-2
View File
@@ -10,8 +10,6 @@ import { apiHost } from './consts';
console.log("env:", import.meta.env.MODE);
console.log("api host:", apiHost);
// type Section = "station" | "cities" | "country" | "database";
const App: Component = () => {
const pages: [string, () => JSXElement][] = [
["station", () => <Station />],