Refactor: Remove unused frontend files and clean up build scripts

- Deleted obsolete TypeScript and JavaScript files related to Wails bindings.
- Removed package.json and runtime files for the frontend.
- Updated build.bat to change link mode from internal to external.
- Added a new clean.bat script to streamline the cleanup process for build artifacts and cache.
- Removed temporary executable and unnecessary frontend directories.
This commit is contained in:
John Doe
2026-07-14 13:49:37 -07:00
parent 5b6e39c5e8
commit a928f9b8e6
346 changed files with 49 additions and 183065 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ if %ERRORLEVEL% NEQ 0 (
exit /b 1
)
wails build -clean -ldflags "-linkmode internal -X main.AppVersion=!APP_VERSION!" -skipbindings
wails build -clean -ldflags "-linkmode external -X main.AppVersion=!APP_VERSION!" -skipbindings
if %ERRORLEVEL% NEQ 0 (
echo.