Add weather

This commit is contained in:
2024-09-04 22:30:58 +02:00
parent 7ca64c61f5
commit 043757bffd
6 changed files with 125 additions and 14 deletions

View File

@@ -85,5 +85,9 @@ export default defineNuxtConfig({
url: '',
dir: './server/db',
},
openWeather: {
apiKey: '',
units: '',
},
},
})