mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-04 16:40:41 +00:00
677426cbe7
Fixes #2218 The DEV Center was unable to open worker files in the text editor because it lacked godmode permissions. The file_paths parameter in puter.ui.launchApp requires the calling app to have godmode=1 in order to work. Changes: - Added database migration 0044_dev-center-godmode.sql to set godmode=1 for the dev-center app (uid: app-0b37f054-07d4-4627-8765-11bd23e889d4) - Updated SqliteDatabaseAccessService.js to include the new migration This allows DEV Center to successfully pass file paths when launching the editor app, fixing the issue where clicking on a worker file path resulted in an empty editor window.