fix: strip .js extensions from SDK imports; restore turbopack dev
This commit is contained in:
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user