refactor: move inline templates to files and bump version to 1.3.8

This commit is contained in:
2026-04-15 17:53:07 -04:00
parent 527fdea4de
commit aeb5fb782b
12 changed files with 36 additions and 71 deletions
+6
View File
@@ -0,0 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
devIndicators: false,
};
export default nextConfig;