Spinner an den Eingabe entfernt

mifgration.ts duchr proxy.ts ersetzt
This commit is contained in:
rxf
2026-03-04 08:23:39 +01:00
parent 6e82e7474d
commit 5fbfc067af
4 changed files with 12 additions and 8 deletions

View File

@@ -1,7 +1,11 @@
import type { NextConfig } from "next";
import path from "path";
const nextConfig: NextConfig = {
output: 'standalone',
turbopack: {
root: path.resolve(__dirname),
},
};
export default nextConfig;