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