mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-03-03 11:48:58 +00:00
taco
This commit is contained in:
2
turbo-nextjs/apps/docs/next-env.d.ts
vendored
2
turbo-nextjs/apps/docs/next-env.d.ts
vendored
@@ -2,4 +2,4 @@
|
||||
/// <reference types="next/image-types/global" />
|
||||
|
||||
// NOTE: This file should not be edited
|
||||
// see https://nextjs.org/docs/basic-features/typescript for more information.
|
||||
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
module.exports = {
|
||||
transpilePackages: ["@repo/ui"],
|
||||
output: 'standalone',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user