We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a26417b commit eac3079Copy full SHA for eac3079
examples/server.mjs
@@ -13,7 +13,7 @@ const appConfig = await load(connectionString, {
13
});
14
15
appConfig.onRefresh(() => {
16
- console.log("Config refreshed.");
+ console.log("Configuration has been refreshed.");
17
18
19
import express from "express";
0 commit comments