Files
bls-wallet-website/next.config.js
Jacob Caban-Tomski cd00add0a9 Make runnable through docker
Add Dockerfile, compose.
Add .gitignore
Force usage of yarn.
2022-09-27 18:07:12 -06:00

9 lines
161 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
swcMinify: true,
output: 'standalone',
}
module.exports = nextConfig