fix: Post-purchase holder dashboard on landing page (#150)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
e2ba5c7b62
commit
af10dcf4c6
4 changed files with 2 additions and 17 deletions
|
|
@ -205,19 +205,6 @@ services:
|
|||
echo "@harb/web3 linked with wagmi/viem deps"
|
||||
fi
|
||||
|
||||
# Overlay @harb/ui-shared shared package from workspace
|
||||
if [ -d "$WS/packages/ui-shared" ]; then
|
||||
mkdir -p /app/packages/ui-shared
|
||||
cp -r "$WS/packages/ui-shared/." /app/packages/ui-shared/
|
||||
# Link @harb/ui-shared into web-app node_modules
|
||||
mkdir -p /app/web-app/node_modules/@harb
|
||||
ln -sf /app/packages/ui-shared /app/web-app/node_modules/@harb/ui-shared
|
||||
# Symlink vue into packages dir so @harb/ui-shared can resolve it
|
||||
mkdir -p /app/packages/ui-shared/node_modules
|
||||
ln -sf /app/web-app/node_modules/vue /app/packages/ui-shared/node_modules/vue
|
||||
echo "@harb/ui-shared linked with vue dep"
|
||||
fi
|
||||
|
||||
echo "=== Starting webapp (pre-built image + source overlay) ==="
|
||||
cd /app/web-app
|
||||
# Explicitly set CI=true to disable Vue DevTools in vite.config.ts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue