Skip to content

Commit 558ae8c

Browse files
committed
feat: export createLibrary from @solid-cli/create
1 parent 189a856 commit 558ae8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/create/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { existsSync, writeFileSync } from "node:fs";
1515
import { join } from "node:path";
1616
import { createLibrary } from "./create-library";
1717
import { readFile, writeFile } from "node:fs/promises";
18-
export { createVanilla, createStart };
18+
export { createVanilla, createStart, createLibrary };
1919

2020
export const createSolid = (version: string) =>
2121
defineCommand({

0 commit comments

Comments
 (0)