We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12b8682 commit 2051e85Copy full SHA for 2051e85
packages/opencode/src/global/index.ts
@@ -13,7 +13,6 @@ export namespace Global {
13
export const Path = {
14
data,
15
bin: path.join(data, "bin"),
16
- providers: path.join(config, "providers"),
17
cache,
18
config,
19
state,
@@ -23,7 +22,6 @@ export namespace Global {
23
22
await Promise.all([
24
fs.mkdir(Global.Path.data, { recursive: true }),
25
fs.mkdir(Global.Path.config, { recursive: true }),
26
- fs.mkdir(Global.Path.providers, { recursive: true }),
27
fs.mkdir(Global.Path.state, { recursive: true }),
28
])
29
0 commit comments