fix: update import path for AfilmoryManifest type

- Changed the import path for AfilmoryManifest from '@afilmory/builder/types/manifest' to '@afilmory/builder/types/manifest.js' to ensure compatibility with the updated module structure.

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei
2025-11-27 01:14:57 +08:00
parent 8cda0c328e
commit 3f3f5f9a79

View File

@@ -1,7 +1,7 @@
// exif.GPSAltitudeRef === 'Below Sea Level' => 1
// exif.GPSAltitudeRef === 'Above Sea Level' => 0
import type { AfilmoryManifest } from '@afilmory/builder/types/manifest'
import type { AfilmoryManifest } from '@afilmory/builder/types/manifest.js'
import type { ManifestMigrator, MigrationContext } from '../migrate'