This repository has been archived on 2024-10-29. You can view files and clone it, but cannot push or open issues or pull requests.
beatsaber-scoretracker/Frontend/next.config.mjs
Liam cfd2ae004d
Some checks failed
Deploy Frontend / docker (push) Failing after 1m50s
frontend testing
2024-08-01 06:29:39 +01:00

5 lines
92 B
JavaScript

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