Add support for multiple tabs
All checks were successful
build / build (push) Successful in 1m29s

This commit is contained in:
2025-06-01 16:21:42 +09:30
parent 91c322c1d6
commit 8c661f2533
7 changed files with 140 additions and 57 deletions

View File

@@ -102,9 +102,6 @@ const suffix = (operator: FilterOperator) => {
export class DuckdbService {
private db!: duckdb.AsyncDuckDB;
constructor() {
this.init();
}
async init() {
const JSDELIVR_BUNDLES = duckdb.getJsDelivrBundles();