Skip to content

Commit

Permalink
mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
rossrobino committed Sep 5, 2024
1 parent 0f66169 commit ef95a19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/domco/src/adapter/cloudflare/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ export const adapter: AdapterBuilder = async () => {

await clearDir(outDir);

await fs.mkdir(outDir, { recursive: true });

// if (!(await fileExists(wranglerToml.filePath))) {
// await fs.writeFile(wranglerToml.filePath, wranglerToml.toml);
// }
Expand Down

0 comments on commit ef95a19

Please sign in to comment.