Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added module to create package
Browse files Browse the repository at this point in the history
ntotten committed Aug 27, 2024
1 parent 2ced9ab commit 8c0f80e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/create-zudoku-app/templates/index.ts
Original file line number Diff line number Diff line change
@@ -117,6 +117,7 @@ export const installTemplate = async ({
const packageJson: any = {
name: appName,
version: "0.1.0",
type: "module",
private: true,
scripts: {
dev: `zudoku dev`,

0 comments on commit 8c0f80e

Please sign in to comment.