seedling/source/ui/next.config.js
Roman Jaroš 1a17cb4f5d
Some checks failed
forgejo/Procyon/seedling/pipeline/head There was a failure building this commit
Replace UI module with Next.js
2023-12-28 21:58:08 +00:00

4 lines
94 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {};
module.exports = nextConfig;