Skip to content

Commit

Permalink
docs: get rid of todo
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenix-ru committed Dec 12, 2024
1 parent 65ae232 commit 8690b74
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/runtime/utils/url.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@ interface RuntimeConfig {
}
}

// TODO Comment below: remove/rewrite/add to docs
// Prios in runtime (baseURL):
// - env variable (using `originEnvKey`);
// - static runtime config (`baseURL` captured during build);
// - defaults;
/** https://auth.sidebase.io/guide/application-side/configuration#baseurl */
export function resolveApiUrlPath(
endpointPath: string,
runtimeConfig: RuntimeConfig
Expand Down

0 comments on commit 8690b74

Please sign in to comment.