phase 16 implementation
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import { rm } from 'node:fs/promises';
|
||||
|
||||
await rm('.next/dev/types', { recursive: true, force: true });
|
||||
console.log('Removed conflicting Next.js development route declarations before type checking.');
|
||||
Reference in New Issue
Block a user