Commit beaf29f
feat: turbowarp packager (#56)
* refactor: Integrate Turborepo for monorepo management, remove agent skill directories, and clean up documentation-related dependencies.
* refactor: update package.json scripts across examples to standardize dev and build commands
- Changed "dev" script to use "vite" directly in all example projects.
- Added "build" script to all example projects for consistency.
- Removed NODE_ENV setting from "dev" script in examples.
- Updated gpts-zip package.json to remove unused build script.
- Enhanced hikkaku package.json with new devDependency for packager.
- Improved project.ts and index.ts in hikkaku for better project handling and added packager options.
- Introduced packager.d.ts for type definitions related to packager options.
- Added a script to automate updates to package.json files in examples and gpts-zip.
* feat: add symlinks for hikkaku skill across agent and claude directories
* Update packages/hikkaku/src/vite/index.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update scripts/update-packages.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update package.json
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* add turbowarp types
* feat: Add rolldown as a new dev dependency
* Update package.json
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update packages/hikkaku/src/vite/index.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* feat: Add build script to package.json for gpts-zip
* fix: Remove duplicate type imports in index.ts
* fmt
* fix: delete unnecessary changes
* feat: add turbopack packager
---------
Co-authored-by: fumikun <111163084+fumikun@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>1 parent 44f0339 commit beaf29f
32 files changed
Lines changed: 909 additions & 91 deletions
File tree
- docs
- examples
- 3d-ball-roll
- 3d-cube
- src
- base
- bullet-hell
- json-parser
- rectangle
- tesseract
- tetris
- packages
- gpts-zip
- scripts
- hikkaku
- src
- blocks
- core
- vite
- vite-plugin-turbowarp-packager
- example
- src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | | - | |
9 | 7 | | |
10 | 8 | | |
11 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | 2 | | |
5 | 3 | | |
| |||
227 | 225 | | |
228 | 226 | | |
229 | 227 | | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
234 | 231 | | |
235 | 232 | | |
236 | 233 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments