data-label-factory / web /next.config.ts
waltgrace's picture
Initial release: data-label-factory v0.1.0
4cda727 verified
raw
history blame contribute delete
133 Bytes
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;