瀏覽代碼

Phoenix shell deployment update

KernelDeimos 1 年之前
父節點
當前提交
639e40d355
共有 2 個文件被更改,包括 5 次插入6 次删除
  1. 1 2
      packages/phoenix/config/release.js
  2. 4 4
      packages/phoenix/tools/build_tar.sh

+ 1 - 2
packages/phoenix/config/release.js

@@ -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',
 };

+ 4 - 4
packages/phoenix/tools/build_tar.sh

@@ -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 -