We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
with-strict-csp
1 parent 59344f8 commit c27ab91Copy full SHA for c27ab91
packages/create/src/utils/constants.ts
@@ -78,6 +78,7 @@ const START_TEMPLATES = [
78
"with-trpc",
79
"with-unocss",
80
"with-vitest",
81
+ "with-strict-csp",
82
"experiments",
83
] as const satisfies string[];
84
export type StartTemplate = (typeof START_TEMPLATES)[number];
0 commit comments