dashboard design changes

This commit is contained in:
2026-08-05 18:34:37 +05:30
parent 2c8c394795
commit 9d7bbad32c
92 changed files with 5104 additions and 608 deletions

View File

@@ -8,7 +8,8 @@
"start": "next start -p 3100",
"lint": "eslint",
"theme:build": "astryx theme build src/theme/loyalyTheme.ts",
"typecheck": "tsc --noEmit"
"typecheck": "tsc --noEmit",
"dev:preview": "next dev"
},
"dependencies": {
"@astryxdesign/core": "^0.2.0",