You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/admin/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ pnpm dev
27
27
pnpm build # production build → dist/
28
28
pnpm test# vitest (happy-dom)
29
29
pnpm typecheck # tsc --noEmit
30
-
pnpm lint #oxlint
30
+
pnpm lint #eslint
31
31
```
32
32
33
33
For the full stack, run the core server alongside (`pnpm dev` at the repo root), then bridge the production-served admin to the local dev server via `http://localhost:2333/proxy/qaqdmin/dev-proxy`.
0 commit comments