duckdb / duckdb-wasm

WebAssembly version of DuckDB
https://shell.duckdb.org
MIT License
1.02k stars 111 forks source link

Rework targets, introducing `make serve` or `make serve_local` #1639

Closed carlopi closed 4 months ago

carlopi commented 4 months ago

make serve will build with the same defaults as shell.duckdb.org, and eventually serve the equivalent content to be opened in a browser tab.

make serve_local will do the same with 2 major changes: unsigned extension are enabled AND custom_extension_directory is made to point to the local one (instead of the remote one).

Mytherin commented 4 months ago

Thanks!