mirror of
https://github.com/opus-tango/socialdb-sh.git
synced 2026-03-19 19:52:54 +00:00
8 lines
129 B
TypeScript
8 lines
129 B
TypeScript
import type { NextConfig } from "next";
|
|
|
|
const nextConfig: NextConfig = {
|
|
output: "standalone",
|
|
};
|
|
|
|
export default nextConfig;
|