Files
prowler/ui/next.config.js
T
2024-11-25 13:15:14 +01:00

5 lines
87 B
JavaScript

/** @type {import('next').NextConfig} */
module.exports = {
output: "standalone",
};