mirror of
https://github.com/DoomKitty87/seafoam.git
synced 2024-12-29 08:26:49 +01:00
cant get fs api to work? gonna try later
This commit is contained in:
parent
bb04ff1e46
commit
3375524c72
1 changed files with 4 additions and 1 deletions
|
@ -18,7 +18,10 @@
|
||||||
"open": true
|
"open": true
|
||||||
},
|
},
|
||||||
"fs": {
|
"fs": {
|
||||||
"all":true
|
"all":true,
|
||||||
|
"scope": [
|
||||||
|
"$APP/*"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bundle": {
|
"bundle": {
|
||||||
|
|
Loading…
Reference in a new issue