Feat: Initialize account theme (before debug)

This commit is contained in:
Joseph Garrone
2024-07-25 18:16:43 +02:00
parent b9ee0afe7f
commit 77249d8a58
23 changed files with 769 additions and 119 deletions

View File

@ -85,7 +85,7 @@ export async function command(params: { cliCommandOptions: CliCommandOptions })
});
run_post_build_script: {
if (buildContext.bundler.type !== "vite") {
if (buildContext.bundler !== "vite") {
break run_post_build_script;
}