Remove the need for creating a temporary vite.json file

This commit is contained in:
Joseph Garrone
2024-05-16 07:41:43 +02:00
parent 6b7e5b6bc3
commit 63f9c815e0
3 changed files with 33 additions and 88 deletions

View File

@ -11,5 +11,5 @@ export type ThemeType = (typeof themeTypes)[number];
export const vitePluginSubScriptEnvNames = {
"runPostBuildScript": "KEYCLOAKIFY_RUN_POST_BUILD_SCRIPT",
"createResolvedViteConfig": "KEYCLOAKIFY_CREATE_RESOLVED_VITE_CONFIG"
};
"resolveViteConfig": "KEYCLOAKIFY_RESOLVE_VITE_CONFIG"
} as const;