Files
Shadowbroker/frontend/next.config.peer-b.ts
T
2026-05-01 22:56:50 -06:00

10 lines
189 B
TypeScript

import baseConfig from './next.config';
import type { NextConfig } from 'next';
const peerConfig: NextConfig = {
...baseConfig,
distDir: '.next-peer-b',
};
export default peerConfig;