fix: update build config and improve e2e adapter handling

Added dynamic inclusion of dependencies as external packages and switched build platform to browser. Streamlined e2e adapter test setup, improved type safety, and standardized console output for better clarity.
This commit is contained in:
dswbx
2025-09-15 09:25:32 +02:00
parent 50c5383138
commit d2de642c17
4 changed files with 15 additions and 12 deletions

View File

@@ -43,7 +43,7 @@ export type ApiOptions = {
} & (
| {
token?: string;
user?: TApiUser;
user?: TApiUser | null;
}
| {
request: Request;