feat(ios): live reload script and docs (#8863)

This commit is contained in:
CatsJuice
2024-11-20 01:33:18 +00:00
parent 3f5dadb4f5
commit cd2c2b7fdb
3 changed files with 24 additions and 4 deletions
+2
View File
@@ -7,6 +7,8 @@
"scripts": {
"build": "cross-env DISTRIBUTION=ios yarn workspace @affine/cli bundle",
"dev": "yarn workspace @affine/cli dev",
"sync": "yarn cap sync",
"sync:dev": "CAP_SERVER_URL=http://localhost:8080 yarn cap sync",
"static-server": "cross-env DISTRIBUTION=ios yarn workspace @affine/cli dev --static"
},
"dependencies": {