Skip to content

Commit 1048642

Browse files
committed
Hotfix: rm build check
1 parent c2ab302 commit 1048642

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

apps/web/next.config.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
import type { NextConfig } from "next";
2-
import { getYapiPath } from "./app/lib/yapi-path";
3-
4-
// Verify yapi binary exists at build time
5-
const yapiPath = getYapiPath();
6-
console.log(`[next.config] yapi binary found at: ${yapiPath}`);
72

83
const nextConfig: NextConfig = {
94
turbopack: {

0 commit comments

Comments
 (0)