@udhuong/admin-core 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@udhuong/admin-core",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Reusable admin core (client + server) — auth, RBAC, OAuth, user management. Built với NestJS + Next.js, ship trong 1 package với subpath exports.",
5
5
  "license": "MIT",
6
6
  "author": "udhuong <l19htm4n@gmail.com>",
@@ -1,5 +1,6 @@
1
1
  @import "tailwindcss";
2
- @source "../";
2
+ /* Scan compiled client output (được ship trong npm tarball) để Tailwind pickup các utility class từ component admin-core */
3
+ @source "../../../dist/client";
3
4
  @plugin "daisyui";
4
5
 
5
6