Phoenix shell deployment update

This commit is contained in:
KernelDeimos 2024-05-17 13:26:44 -04:00
parent f964f06f3f
commit 639e40d355
2 changed files with 5 additions and 6 deletions

View File

@ -17,7 +17,6 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
*/ */
globalThis.__CONFIG__ = { globalThis.__CONFIG__ = {
origin: location.origin, origin: "https://xd.puter.sh",
'shell.href': location.origin + '/puter-shell/',
sdk_url: 'https://puter.com/puter.js/v2', sdk_url: 'https://puter.com/puter.js/v2',
}; };

View File

@ -15,7 +15,7 @@ mkdir -p release/puter-shell
cp -r ./dist/* ./release cp -r ./dist/* ./release
cd ../dev-puter-shell # cd ../dev-puter-shell
npx rollup -c rollup.config.js # npx rollup -c rollup.config.js
cp -r ./dist/* ../phoenix/release/puter-shell # cp -r ./dist/* ../phoenix/release/puter-shell
cd - # cd -