Skip to content

Commit ae71c0e

Browse files
committed
Add ZWA-2 recover page to Vite rollup inputs
1 parent 0b1c98d commit ae71c0e

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)