mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-08 21:21:50 +00:00
5 lines
87 B
JavaScript
5 lines
87 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
module.exports = {
|
|
output: "standalone",
|
|
};
|