fix: update public/static to /static

This commit is contained in:
Tienson Qin
2025-07-02 21:43:11 +08:00
parent 76a8f8ce62
commit 8a219cacc1
12 changed files with 21 additions and 160 deletions

View File

@@ -191,7 +191,7 @@ const common = {
}),
})
cp.execSync(`rm -rf ios/App/App/public/static/out`, {
cp.execSync(`rm -rf ios/App/App/public/out`, {
stdio: 'inherit',
})