mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
Phoenix shell deployment update
This commit is contained in:
parent
f964f06f3f
commit
639e40d355
@ -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',
|
||||
};
|
||||
|
@ -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 -
|
||||
|
Loading…
Reference in New Issue
Block a user