Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin committed Nov 21, 2024
1 parent 8c45043 commit 4f20c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-cloudflare/templates/angular/c3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const generate = async (ctx: C3Context) => {
await runFrameworkGenerator(ctx, [
ctx.project.name,
"--ssr",
"--server-routing", /** Dev Preview API */
"--server-routing" /** Dev Preview API */,
]);
logRaw("");
};
Expand Down

0 comments on commit 4f20c66

Please sign in to comment.