migration: move to bash based build scripts

This commit is contained in:
Matthew Raymer
2025-06-24 11:11:33 +00:00
parent 2b0e60dfc2
commit 25974cae22
34 changed files with 3350 additions and 571 deletions

View File

@@ -324,14 +324,6 @@ export class WebPlatformService implements PlatformService {
return false;
}
/**
* Checks if running on PyWebView platform.
* @returns false, as this is not PyWebView
*/
isPyWebView(): boolean {
return false;
}
/**
* Checks if running on web platform.
* @returns true, as this is the web implementation