Fixed ui openapi.json bug. Reverted buildDir settings
All checks were successful
checks-impure / test (pull_request) Successful in 27s
checks / test (pull_request) Successful in 3m18s

This commit is contained in:
2024-01-23 12:17:29 +01:00
parent 6f4bab98c1
commit 2fb2a1d22a
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,6 @@
const nextConfig = {
output: "export",
images: { unoptimized: true },
distDir: "build",
eslint: {
dirs: ["src"],
},