add nextjs app: yoga-app

This commit is contained in:
Schneider Roland
2024-12-30 22:06:05 +01:00
parent 6fb0ed5a89
commit 72681846d8
18 changed files with 5085 additions and 0 deletions

8
yoga-app/next.config.ts Normal file
View File

@@ -0,0 +1,8 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
output: "standalone",
};
export default nextConfig;