feat(ios): add native Git knowledge and device-only secrets
This commit is contained in:
parent
da26f27e35
commit
b30f814320
51 changed files with 3019 additions and 97 deletions
|
|
@ -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,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue