refactor(adminui): remove tenant admin flows and fix build

This commit is contained in:
msumshk
2026-01-29 05:20:21 +00:00
parent 914dcc4166
commit 3c97e355fd
46 changed files with 165 additions and 7742 deletions

View File

@@ -1 +1,6 @@
pnpm run lint:lint-staged
if [ ! -w "${HOME:-/root}" ]; then
export XDG_CACHE_HOME="${XDG_CACHE_HOME:-/tmp}"
export COREPACK_HOME="${COREPACK_HOME:-/tmp/corepack}"
fi
corepack pnpm run lint:lint-staged