phase 16 implementation

This commit is contained in:
root
2026-06-25 20:08:39 -04:00
parent 5d017f533a
commit c43620a005
248 changed files with 18458 additions and 90 deletions
+4
View File
@@ -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.');