feat: stabilize Xingtu market data sync
This commit is contained in:
+5
-1
@@ -13,7 +13,11 @@ await mkdir(path.join(distDir, "content"), { recursive: true });
|
||||
|
||||
await build({
|
||||
entry: {
|
||||
index: path.join(projectRoot, "src/content/index.ts")
|
||||
index: path.join(projectRoot, "src/content/index.ts"),
|
||||
"market-page-bridge": path.join(
|
||||
projectRoot,
|
||||
"src/content/market/page-bridge.ts"
|
||||
)
|
||||
},
|
||||
format: ["iife"],
|
||||
platform: "browser",
|
||||
|
||||
Reference in New Issue
Block a user