HeyPuter / phoenix

🔥 Puter's pure-javascript shell
https://puter.com/app/terminal
GNU Affero General Public License v3.0
90 stars 15 forks source link

Set the Puter SDK URL in the config #82

Closed AtkinsSJ closed 5 months ago

AtkinsSJ commented 5 months ago

This makes it easier to develop against a local Puter server with any local changes to the SDK.

KernelDeimos commented 5 months ago

It took me a moment to actually realize the __SDK_URL__ placeholder was in an HTML file rather than code, and once I realized that this PR started to look very clever. Much less effort than bringing in a template engine for just one small think; I approve.