5 Commits
Author SHA1 Message Date
tiennm99 da8a25edf2 build: move from pnpm to npm
Replace pnpm-lock.yaml with package-lock.json. The security overrides move to
package.json#overrides with their ranges intact, including the bounded
'>=x <y' pins whose upper bounds keep the next major out. allowBuilds becomes
package.json#allowScripts for the packages actually present in the tree.
2026-08-17 13:28:05 +07:00
tiennm99 9b377ecd00 chore: migrate from npm to pnpm
Replace package-lock.json with pnpm-lock.yaml, add packageManager field,
update GitHub Actions workflow to use pnpm/action-setup@v4, and convert
README instructional npm commands to pnpm equivalents.
2026-05-13 10:20:18 +07:00
tiennm99 3bb6ed5d74 fix: regenerate package-lock.json for npm ci compatibility 2026-04-04 14:52:59 +07:00
tiennm99 e80b412f02 feat: add assets 2025-07-16 23:11:19 +07:00
tiennm99 db0a199940 chore: init 2025-07-16 22:30:16 +07:00