first commit

This commit is contained in:
2026-08-05 15:26:50 +05:30
parent c000e5dc95
commit 2c8c394795
126 changed files with 10824 additions and 302 deletions

View File

@@ -12,6 +12,12 @@ const eslintConfig = defineConfig([
"out/**",
"build/**",
"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.
"src/theme/loyaly.css",
"src/theme/loyaly.js",
"src/theme/loyaly.d.ts",
"src/theme/loyaly.variants.d.ts",
]),
]);