fix: strip .js extensions from SDK imports; restore turbopack dev

This commit is contained in:
thesn10
2026-06-25 18:39:14 +02:00
parent 5cc3231952
commit 627e08b192
6 changed files with 10 additions and 19 deletions

View File

@@ -7,8 +7,8 @@ import {
fetchSolistingStateOrderAccount,
SOLISTING_STATE_ORDER_ACCOUNT_DISCRIMINATOR,
type SolistingStateOrderAccount,
} from './generated/solisting/src/generated/index.js'
import { deriveEscrowId } from './pda.js'
} from './generated/solisting/src/generated/index'
import { deriveEscrowId } from './pda'
const PROGRAM_ADDRESS = address('DzwUAbpRvqcbA8QsEkRbZeXG4TEho5782cMySodrUHBU')