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/>.
*/
globalThis.__CONFIG__ = {
origin: location.origin,
'shell.href': location.origin + '/puter-shell/',
origin: "https://xd.puter.sh",
sdk_url: 'https://puter.com/puter.js/v2',
};

View File

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