diff --git a/bun.lockb b/bun.lockb index a5cf57fb..aeb9bd05 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/example/package.json b/example/package.json index 0adf2d2d..3f7d0900 100644 --- a/example/package.json +++ b/example/package.json @@ -1,4 +1,6 @@ { + "name": "example", + "private": true, "scripts": { "dev": "bun run --hot src/index.ts" }, diff --git a/package.json b/package.json index 5452ac79..c331f167 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "workspaces": ["src"], + "workspaces": ["example", "src"], "scripts": { "build": "bun run clean && tsc --project ./tsconfig.build.json", "changeset": "changeset",