build size reduse it

This commit is contained in:
2026-08-06 20:59:19 +05:30
parent 28258b5a69
commit 0ea52551aa
14 changed files with 160 additions and 10 deletions

View File

@@ -7,6 +7,8 @@
"build": "next build",
"start": "next start -p 3100",
"lint": "eslint",
"clean": "rm -rf .next dist tsconfig.tsbuildinfo",
"bundle": "bash scripts/bundle.sh",
"theme:build": "astryx theme build src/theme/loyalyTheme.ts",
"typecheck": "tsc --noEmit",
"dev:preview": "next dev"