full app is using live data now,

This commit is contained in:
2025-11-30 21:08:13 -05:00
parent d53a58e994
commit c858835044
111 changed files with 1551 additions and 644 deletions
@@ -1,8 +1,8 @@
// File: /Users/sean/Dev/gunbuilder-prototype/app/page.tsx
import * as entry from '../../../app/page.js'
// File: /Users/sean/Dev/gunbuilder-prototype/app/gunbuilder/build/page.tsx
import * as entry from '../../../../../app/gunbuilder/build/page.js'
import type { ResolvingMetadata, ResolvingViewport } from 'next/dist/lib/metadata/types/metadata-interface.js'
type TEntry = typeof import('../../../app/page.js')
type TEntry = typeof import('../../../../../app/gunbuilder/build/page.js')
// Check that the entry is a valid entry
checkFields<Diff<{