Commit Graph
13 Commits
Author SHA1 Message Date
nanakura dc26878386 chore: prune unused apps and services for the moeka fork
CI / Lint (push) Canceled after 0s
CI / Build Test (stage-web) (push) Canceled after 0s
CI / Build Test (ui-loading-screens) (push) Canceled after 0s
CI / Build Test (ui-transitions) (push) Canceled after 0s
CI / Unit Test (push) Canceled after 0s
CI / Type Check (push) Canceled after 0s
CI / Check Provenance (push) Canceled after 0s
Sync Labels / sync-labels (push) Successful in 1m43s
- Remove stage-tamagotchi, stage-pocket, server, and engine workspaces with their workflows, addons, and docs
- Switch the toolchain from pnpm to bun, replace lockfiles with bun.lock
- Rewrite remaining product references to Moeka
2026-09-14 16:40:49 +07:00
Makito 56bcfc793e fix(stage-tamagotchi): include install-electron in scripts to ensure electron (#2392)
## Description

Let `dev` and `start` scripts run `install-electron` before
`electron-vite`.

Electron 42 removed the `postinstall` script. The `electron` package now
downloads its binary on its `bin` entry's first run. `electron-vite`
reads `node_modules/electron/path.txt` directly, so it never starts that
download. A fresh install therefore fails with:

```
error during start dev server and electron app:
Error: Electron uninstall
    at getElectronPath (...)
    ...
```

`install-electron` runs the same code as the removed `postinstall`
script. It returns immediately when the binary is already present.
2026-08-29 02:13:45 +09:00
RainbowBird d5a241b10e chore: migrate services to integration folder 2026-08-02 20:12:13 +08:00
御坂云见 879b92f713 docs: add comprehensive contributor guide and UI storyboard link; create claude code deps 2026-03-12 19:03:15 +08:00
Weathercold e91c6101c8 docs: add instruction on running the nix package, chore(nix): update hash (#435) 2025-08-25 11:26:33 +08:00
Typed SIGTERM 12a24725bd chore: convert images to AVIF (#417) 2025-08-25 00:12:24 +08:00
Typed SIGTERM 76e546316a chore: use AVIF instead of PNG/JPG as more as possible (#301) 2025-07-19 19:58:12 +08:00
Neko Ayaka 4ede65c2a3 docs(CONTRIBUTING.md): updated with Linux dependencies 2025-07-10 00:46:04 +08:00
Neko AyakaandLiliumNeko 6c2801eb05 docs(CONTRIBUTING): update naming and command
Co-authored-by: LiliumNeko <30291104+liliumneko@users.noreply.github.com>
2025-06-30 17:40:29 +08:00
藍+85CD a99e353627 docs: remove stub section 2025-06-19 16:29:54 +08:00
Neko Ayaka 5f423e4c2e refactor: cleanup root dir 2025-06-16 01:48:51 +08:00
Neko Ayaka ffa195841d docs(CONTRIBUTING.md): move to root 2025-03-07 23:24:07 +08:00
Neko Ayaka a75387147a docs(CONTRIBUTING.md): added 2025-02-24 11:31:00 +08:00