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

@@ -11,6 +11,8 @@ const eslintConfig = defineConfig([
".next/**",
"out/**",
"build/**",
// Deploy artifact from `npm run bundle` — traced vendor code, not ours.
"dist/**",
"next-env.d.ts",
// Generated by `npm run theme:build` — edit src/theme/loyalyTheme.ts
// instead. The emitted .d.ts uses a triple-slash reference we do not own.