UNPKG

pg-viewer

Version:

A PostgreSQL database viewer with a web interface you can run locally

9 lines (6 loc) 198 B
import type { NextConfig } from 'next'; const nextConfig: NextConfig = { /* config options here */ allowedDevOrigins: ['local.pg.aruu.me', 'pg.aruu.me'], }; export default nextConfig;