mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-19 05:48:58 +00:00
6 lines
122 B
JavaScript
6 lines
122 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
module.exports = {
|
|
transpilePackages: ["@repo/ui"],
|
|
output: 'standalone',
|
|
};
|