Skip to content

Commit

Permalink
feat: dev bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Mar 6, 2024
1 parent 2f7c148 commit 74f651f
Show file tree
Hide file tree
Showing 47 changed files with 934 additions and 5,884 deletions.
2 changes: 1 addition & 1 deletion .scripts/preconstruct.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import fs from 'node:fs/promises'
import path from 'node:path'
import { glob } from 'glob'
import { glob } from 'fast-glob'

// Symlinks package sources to dist for local development

Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
"scripts": {
"dev": "pnpm --filter playground dev",
"dev:create-frog": "bun create-frog/bin.ts",
"build": "pnpm clean && pnpm protobufs:generate && pnpm build:frog && pnpm build:create-frog && bun .scripts/postbuild.ts",
"build": "pnpm clean && pnpm protobufs:generate && pnpm build:frog && pnpm build:frog:dev && pnpm build:create-frog && bun .scripts/postbuild.ts",
"build:frog": "tsc --project ./tsconfig.build.json",
"build:frog:dev": "vite build",
"build:create-frog": "rimraf create-frog/_lib && tsc -p create-frog/tsconfig.build.json",
"changeset": "changeset",
"changeset:release": "pnpm build && changeset publish",
Expand All @@ -24,6 +25,7 @@
"@biomejs/biome": "^1.5.3",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@types/bun": "^1.0.8",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20",
"@types/path-browserify": "latest",
Expand All @@ -36,8 +38,8 @@
"picocolors": "^1.0.0",
"rimraf": "^5.0.5",
"tsx": "^4.7.1",
"typed-htmx": "^0.2.1",
"typescript": "^5.3.3",
"vite": "^5.1.3",
"vitest": "^1.2.2"
},
"packageManager": "pnpm@8.15.3"
Expand Down
Loading

0 comments on commit 74f651f

Please sign in to comment.