mirror of
https://github.com/LukeHagar/sveltekit-adapters.git
synced 2025-12-06 04:21:32 +00:00
5 lines
98 B
JavaScript
5 lines
98 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
module.exports = {
|
|
transpilePackages: ["@repo/ui"],
|
|
};
|