unsloth/studio/frontend
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
..
public Polish/cloud to providers (#5450) 2026-05-15 19:29:21 +04:00
src studio: engage draft-mtp on vision MTP GGUFs (drop incorrect vision gate) (#5560) 2026-05-18 08:42:55 -07:00
.gitignore bun: commit bun.lock for the three Studio install surfaces 2026-05-19 04:01:14 +00:00
.gitkeep add studio root folder 2026-02-02 09:14:35 +00:00
.npmrc security: NOT affected by Mini Shai-Hulud (May-12 wave) -- forward-looking hardening only (#5397) 2026-05-13 04:58:12 -07:00
biome.json feat: add seed dataset support with configuration, preview, and builder utilities 2026-02-14 18:44:38 +01:00
bun.lock bun: commit bun.lock for the three Studio install surfaces 2026-05-19 04:01:14 +00:00
components.json add studio root folder 2026-02-02 09:14:35 +00:00
data-designer.openapi (1).yaml save and import, and fixes 2026-02-04 14:32:49 +01:00
eslint.config.js Final cleanup 2026-03-12 18:28:04 +00:00
index.html Final cleanup 2026-03-12 18:28:04 +00:00
package-lock.json Add OpenDocument chat attachments (#5510) 2026-05-18 03:41:24 -07:00
package.json Add OpenDocument chat attachments (#5510) 2026-05-18 03:41:24 -07:00
tsconfig.app.json Relax frontend unused local check (#4388) 2026-03-17 16:04:11 -07:00
tsconfig.json cleanup 2026-02-04 13:28:39 +01:00
tsconfig.node.json cleanup 2026-02-04 13:28:39 +01:00
vite.config.ts Fix Install commands for Windows + 1 line installs (#4447) 2026-03-19 02:09:09 -07:00