mirror of
https://github.com/logseq/logseq.git
synced 2026-05-20 19:02:23 +00:00
8 lines
202 B
TypeScript
8 lines
202 B
TypeScript
import { createWorkerBundleConfig } from './vite.config.shared'
|
|
|
|
export default createWorkerBundleConfig({
|
|
entry: 'target/db-worker.js',
|
|
outDir: 'static/js',
|
|
outputFile: 'db-worker-bundle.js',
|
|
})
|