Skip to content

Commit d4ce5b7

Browse files
committed
add pkg-extension-api-caller to build and add --watch to start
1 parent 6f5e0c2 commit d4ce5b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

labs/playground1/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33

44
# start vulcan server (default goal)
55
start: build test-data/moma.db ../../node_modules
6-
@vulcan start
6+
@vulcan start --watch
77

88
# build the required packages
99
build: pkg-core pkg-build pkg-serve pkg-catalog-server pkg-cli pkg-extension-driver-duckdb \
1010
pkg-extension-authenticator-canner pkg-extension-driver-canner \
1111
pkg-extension-driver-clickhouse pkg-extension-driver-bq \
12-
pkg-extension-huggingface
12+
pkg-extension-huggingface pkg-extension-api-caller
1313

1414

1515
# build for core pakge

0 commit comments

Comments
 (0)