Pārlūkot izejas kodu

Phoenix shell deployment update

KernelDeimos 1 gadu atpakaļ
vecāks
revīzija
639e40d355

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