mirror of
https://github.com/Afilmory/afilmory
synced 2026-02-01 22:48:17 +00:00
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:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user