fix: strip .js extensions from SDK imports; restore turbopack dev
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { address, getAddressEncoder, type Address, type ProgramDerivedAddress } from '@solana/kit'
|
||||
import { findListingAccountPda, findOrderAccountPda } from './generated/solisting/src/generated/index.js'
|
||||
import { findListingAccountPda, findOrderAccountPda } from './generated/solisting/src/generated/index'
|
||||
|
||||
const PROGRAM_ADDRESS = address('DzwUAbpRvqcbA8QsEkRbZeXG4TEho5782cMySodrUHBU')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user