Skip to content

Commit

Permalink
chore(cac): clear app state after compile
Browse files Browse the repository at this point in the history
  • Loading branch information
flamestro committed Oct 24, 2023
1 parent 43bfbc2 commit e8c0709
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export const compile = async (compilerProps: CompilerProps) => {
});
}
resultingFiles.forEach(file => writeFile(file));
globalThis.cacStore.app = undefined
return Promise.resolve(resultingFiles);
};

Expand Down

0 comments on commit e8c0709

Please sign in to comment.