Files
triggershell/app/next.config.ts
T

6 lines
129 B
TypeScript
Raw Normal View History

2026-08-15 18:37:30 +02:00
import type { NextConfig } from "next";
const nextConfig: NextConfig = {/* config options here */};
export default nextConfig;