This commit is contained in:
Andras Bacsai
2025-11-10 22:02:05 +01:00
parent 993e4ca085
commit 205a335ca6
10 changed files with 5281 additions and 8716 deletions

View File

@@ -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.

View File

@@ -1,4 +1,5 @@
/** @type {import('next').NextConfig} */
module.exports = {
transpilePackages: ["@repo/ui"],
output: 'standalone',
};