Initial commit

This commit is contained in:
Jack Mechem 2026-03-25 22:23:18 -07:00
parent e8115c8495
commit 526822335e
5 changed files with 197 additions and 66 deletions

View file

@ -1,7 +1,8 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
allowedDevOrigins: ['dashboard.jackmechem.dev'],
output: 'standalone',
};
export default nextConfig;