unsloth/studio/backend/core/data_recipe
Daniel Han dc2292a5a0 bun: commit bun.lock for the three Studio install surfaces
Adds bun.lock alongside the existing package-lock.json for:
  studio/                                              (Tauri CLI holder, 13 pkgs)
  studio/backend/core/data_recipe/oxc-validator/       (49 pkgs)
  studio/frontend/                                     (1090 pkgs)

Generated with `bun install --lockfile-only --save-text-lockfile`
against Bun 1.3.11. Each lockfile carries sha512 integrity entries
and full platform-conditional optionalDependencies coverage for
linux/darwin/win32 x64/arm64/musl variants.

Updates .gitignore to mirror the existing package-lock.json opt-in
pattern: a top-level `bun.lock` ignore with negations for the three
surfaces, plus removal of the legacy `bun.lock` entry in
studio/frontend/.gitignore.

This unlocks `bun install --frozen-lockfile` as the fast path in
setup.sh / setup.ps1 / build.sh (follow-up commit).
2026-05-19 04:01:14 +00:00
..
jobs Add native GGUF intake to Studio (#5246) 2026-05-04 11:46:18 +02:00
oxc-validator bun: commit bun.lock for the three Studio install surfaces 2026-05-19 04:01:14 +00:00
__init__.py Update license headers 2026-03-12 17:23:10 +00:00
huggingface.py miscallenous studio (#4293) 2026-03-15 14:42:11 +04:00
jsonable.py Final cleanup 2026-03-12 18:28:04 +00:00
local_callable_validators.py Add native GGUF intake to Studio (#5246) 2026-05-04 11:46:18 +02:00
service.py Allow non-LLM recipes to run and move Data tab first in executions (#4805) 2026-04-03 05:37:26 -07:00