1
0

Update ApiDocs and HistoryCharts components; enhance PollutionMap with heat layer and toggle Voronoi visibility

This commit is contained in:
Jose
2025-05-31 14:00:39 +02:00
parent 1e5a8f7ee7
commit 2e4fc9db41
4 changed files with 17 additions and 17 deletions

View File

@@ -5,7 +5,7 @@ import cleanPlugin from 'vite-plugin-clean'
// https://vite.dev/config/
export default defineConfig({
server: {
host: "localhost",
host: "0.0.0.0",
port: 3000,
},
resolve: {