Skip to content

Commit

Permalink
feature: fix Docker build error
Browse files Browse the repository at this point in the history
  • Loading branch information
cdxker committed Mar 7, 2025
1 parent 07502d7 commit 9a93d2a
Show file tree
Hide file tree
Showing 3 changed files with 2,096 additions and 1,495 deletions.
2 changes: 1 addition & 1 deletion clients/trieve-shopify-extension/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
- "7432:5432"

shopify-plugin:
image: trieve/shopify-plugin:2024
image: trieve/shopify-plugin:2025
build:
context: .
ports:
Expand Down
6 changes: 0 additions & 6 deletions clients/trieve-shopify-extension/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,6 @@ export default defineConfig(({ mode }) => {
}),
tsconfigPaths(),
],
build: {
assetsInlineLimit: 0,
rollupOptions: {
external: ["trieve-ts-sdk"],
},
},
ssr: {
noExternal: [
"@shopify/polaris-viz",
Expand Down
Loading

0 comments on commit 9a93d2a

Please sign in to comment.