Skip to content

Commit

Permalink
add datadir on gdk init of build assets
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Vaccaro <[email protected]>
  • Loading branch information
lvaccaro committed Mar 28, 2022
1 parent ced66c1 commit f8922ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/make_generated_assets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ static std::string generate(sdk::session& session, const std::string& page, cons

int main()
{
sdk::init(nlohmann::json::object());
sdk::init({ { "datadir", "." } });
sdk::session session;
session.connect({ { "name", "liquid" }, { "log_level", "info" } });

Expand Down

0 comments on commit f8922ac

Please sign in to comment.