feat(ios): add native Git knowledge and device-only secrets

This commit is contained in:
冰朔 2026-08-03 22:27:09 +08:00
commit b30f814320
51 changed files with 3019 additions and 97 deletions

View file

@ -983,6 +983,14 @@ export default defineConfig({
port: 5202,
strictPort: true,
allowedHosts: true,
fs: process.env.HOLOLAKE_TEST_DEPENDENCY_ROOT
? {
allow: [
__dirname,
path.resolve(process.env.HOLOLAKE_TEST_DEPENDENCY_ROOT),
],
}
: undefined,
watch: {
ignored: devServerWatchIgnored,
},