feat: generate authenticated url (#1471)

* refactor: extract info component

* feat: generate authenticated url

* refactor: add companion select

* refactor: ensure behaviour across environments
This commit is contained in:
Carlos Valente
2025-01-26 16:51:28 +01:00
committed by GitHub
parent d34280c03d
commit 0f57689750
19 changed files with 305 additions and 44 deletions
@@ -24,6 +24,10 @@ export interface GetInfo {
publicDir: string;
}
export interface GetUrl {
url: string;
}
export type ProjectFile = {
filename: string;
updatedAt: string;
+1
View File
@@ -57,6 +57,7 @@ export type {
AuthenticationStatus,
NetworkInterface,
GetInfo,
GetUrl,
ProjectFileList,
ProjectFile,
ErrorResponse,