Initial commit

This commit is contained in:
Tesscorp Server
2026-07-15 19:02:28 -06:00
parent 26d3c0e1e7
commit 3059708aba
26 changed files with 1315 additions and 126 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
allowedDevOrigins: ['hub.tesscorp.com.mx'],
};
export default nextConfig;