Skip to content

Commit c4a359b

Browse files
committed
chore: exclude teamspace-nextjs from pnpm workspace packages
1 parent 10f030e commit c4a359b

File tree

3 files changed

+1305
-2713
lines changed

3 files changed

+1305
-2713
lines changed

packages/javascript/src/utils/identifyPlatform.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ const identifyPlatform = (config: Config): Platform => {
5050

5151
return Platform.IdentityServer;
5252
}
53+
54+
return Platform.Unknown;
5355
} catch (error) {
5456
logger.debug(`[identifyPlatform] Error identifying platform from base URL: ${baseUrl}. Error: ${error.message}`);
5557

0 commit comments

Comments
 (0)