Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanner Reits committed Sep 5, 2024
1 parent 8ad326c commit 24972db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/compiler/compiler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ export const createCompiler = async (userConfig: Config): Promise<Compiler> => {
}
patchTypescript(config, compilerCtx.fs);

console.log('I DO NOTHING');

const build = () => createFullBuild(config, compilerCtx);

const createWatcher = () => createWatchBuild(config, compilerCtx);
Expand Down

0 comments on commit 24972db

Please sign in to comment.