We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
createLibrary
@solid-cli/create
1 parent 189a856 commit 558ae8cCopy full SHA for 558ae8c
1 file changed
packages/create/src/index.ts
@@ -15,7 +15,7 @@ import { existsSync, writeFileSync } from "node:fs";
15
import { join } from "node:path";
16
import { createLibrary } from "./create-library";
17
import { readFile, writeFile } from "node:fs/promises";
18
-export { createVanilla, createStart };
+export { createVanilla, createStart, createLibrary };
19
20
export const createSolid = (version: string) =>
21
defineCommand({
0 commit comments