Add WeatherAPI config page

This commit is contained in:
Jeppe Bundgaard
2026-03-12 09:06:55 +01:00
parent 655bb622f5
commit 4860e9bdef
9 changed files with 275 additions and 2 deletions
+24
View File
@@ -0,0 +1,24 @@
# THIS IS AUTOGENERATED. DO NOT EDIT MANUALLY
version = 1
name = "pleno-vue"
[setup]
script = '''
npm ci
npx playwright install
'''
[[actions]]
name = "Run dev"
icon = "run"
command = "npm run dev"
[[actions]]
name = "Run all tests"
icon = "test"
command = "npm run test:all"
[[actions]]
name = "Run debug"
icon = "debug"
command = "npx playwright test --debug"