mirror of
https://github.com/zenstackhq/zenstack
synced 2026-05-24 10:08:55 +00:00
5 lines
104 B
TypeScript
5 lines
104 B
TypeScript
import type { NextConfig } from 'next';
|
|
|
|
const nextConfig: NextConfig = {};
|
|
|
|
export default nextConfig;
|