Skip to content

Commit 2051e85

Browse files
committed
remove providers path
1 parent 12b8682 commit 2051e85

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/opencode/src/global/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ export namespace Global {
1313
export const Path = {
1414
data,
1515
bin: path.join(data, "bin"),
16-
providers: path.join(config, "providers"),
1716
cache,
1817
config,
1918
state,
@@ -23,7 +22,6 @@ export namespace Global {
2322
await Promise.all([
2423
fs.mkdir(Global.Path.data, { recursive: true }),
2524
fs.mkdir(Global.Path.config, { recursive: true }),
26-
fs.mkdir(Global.Path.providers, { recursive: true }),
2725
fs.mkdir(Global.Path.state, { recursive: true }),
2826
])
2927

0 commit comments

Comments
 (0)