test: fix typescript error for isStaticSpa

This commit is contained in:
Khiet Tam Nguyen
2025-05-20 16:33:18 +10:00
parent 38a5313967
commit 43d22c2bd4
2 changed files with 2 additions and 0 deletions

View File

@@ -105,6 +105,7 @@ const baseApp: ApplicationNested = {
ports: [],
projectId: "",
publishDirectory: null,
isStaticSpa: null,
redirects: [],
refreshToken: "",
registry: null,

View File

@@ -85,6 +85,7 @@ const baseApp: ApplicationNested = {
ports: [],
projectId: "",
publishDirectory: null,
isStaticSpa: null,
redirects: [],
refreshToken: "",
registry: null,