parent
12b86829d9
commit
2051e85e96
|
|
@ -13,7 +13,6 @@ export namespace Global {
|
|||
export const Path = {
|
||||
data,
|
||||
bin: path.join(data, "bin"),
|
||||
providers: path.join(config, "providers"),
|
||||
cache,
|
||||
config,
|
||||
state,
|
||||
|
|
@ -23,7 +22,6 @@ export namespace Global {
|
|||
await Promise.all([
|
||||
fs.mkdir(Global.Path.data, { recursive: true }),
|
||||
fs.mkdir(Global.Path.config, { recursive: true }),
|
||||
fs.mkdir(Global.Path.providers, { recursive: true }),
|
||||
fs.mkdir(Global.Path.state, { recursive: true }),
|
||||
])
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue