Skip to content

Commit c27ab91

Browse files
committed
feat: add with-strict-csp to available start templates
1 parent 59344f8 commit c27ab91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/create/src/utils/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ const START_TEMPLATES = [
7878
"with-trpc",
7979
"with-unocss",
8080
"with-vitest",
81+
"with-strict-csp",
8182
"experiments",
8283
] as const satisfies string[];
8384
export type StartTemplate = (typeof START_TEMPLATES)[number];

0 commit comments

Comments
 (0)