Skip to content

Commit a9feede

Browse files
authored
Merge pull request #25 from TheJulianJES/tjj/fix_css_zwa_recover_page
Add ZWA-2 recover page to Vite rollup inputs
2 parents 0b1c98d + ae71c0e commit a9feede

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

vite.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ export default defineConfig({
106106
__dirname,
107107
'dist/home-assistant-connect-zwa-2/use-poe/index.html'
108108
),
109+
homeAssistantConnectZwa2Recover: resolve(
110+
__dirname,
111+
'dist/home-assistant-connect-zwa-2/recover/index.html'
112+
),
109113
homeAssistantConnectZbt1: resolve(
110114
__dirname,
111115
'dist/home-assistant-connect-zbt-1/index.html'

0 commit comments

Comments
 (0)