File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ COPY apps/hub/package.json ./apps/hub/
1313COPY packages/qor-sdk/package.json ./packages/qor-sdk/
1414COPY packages/ui-shared/package.json ./packages/ui-shared/
1515COPY packages/wallet-wasm/package.json ./packages/wallet-wasm/
16+ COPY sdk/package.json ./sdk/
1617
1718# Install all dependencies including devDependencies (needed for build)
1819RUN npm install --workspaces --include-workspace-root || npm install
@@ -26,6 +27,7 @@ COPY --from=deps /app/node_modules ./node_modules
2627
2728# Copy workspace packages source
2829COPY packages/ ./packages/
30+ COPY sdk/ ./sdk/
2931
3032# Copy hub app source
3133COPY apps/hub/ ./apps/hub/
@@ -58,6 +60,7 @@ COPY --from=builder /app/apps/hub/package.json ./package.json
5860
5961# Copy workspace packages (needed for runtime)
6062COPY --from=builder /app/packages ./packages
63+ COPY --from=builder /app/sdk ./sdk
6164
6265# Set correct permissions
6366RUN chown -R nextjs:nodejs /app
Original file line number Diff line number Diff line change 1111 },
1212 "dependencies" : {
1313 "@demiurge/qor-sdk" : " *" ,
14+ "@demiurge/sdk" : " *" ,
1415 "@demiurge/ui-shared" : " *" ,
1516 "@demiurge/wallet-wasm" : " *" ,
1617 "@polkadot/api" : " ^12.0.0" ,
You can’t perform that action at this time.
0 commit comments