mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
run format
This commit is contained in:

committed by
Geoff Seemueller

parent
02c3253343
commit
f76301d620
3
packages/env/env.d.ts
vendored
3
packages/env/env.d.ts
vendored
@@ -4,7 +4,7 @@ interface Env {
|
||||
EMAIL_SERVICE: any;
|
||||
|
||||
// Durable Objects
|
||||
SERVER_COORDINATOR: import("packages/server/durable-objects/ServerCoordinator.ts");
|
||||
SERVER_COORDINATOR: import('packages/server/durable-objects/ServerCoordinator.ts');
|
||||
|
||||
// Handles serving static assets
|
||||
ASSETS: Fetcher;
|
||||
@@ -12,7 +12,6 @@ interface Env {
|
||||
// KV Bindings
|
||||
KV_STORAGE: KVNamespace;
|
||||
|
||||
|
||||
// Text/Secrets
|
||||
METRICS_HOST: string;
|
||||
OPENAI_API_ENDPOINT: string;
|
||||
|
2
packages/env/package.json
vendored
2
packages/env/package.json
vendored
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"name": "@open-gsio/env",
|
||||
"module": "env.d.ts"
|
||||
}
|
||||
}
|
||||
|
11
packages/env/tsconfig.json
vendored
11
packages/env/tsconfig.json
vendored
@@ -4,11 +4,6 @@
|
||||
"outDir": "dist",
|
||||
"rootDir": "."
|
||||
},
|
||||
"include": [
|
||||
"*.ts",
|
||||
"*.d.ts"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
]
|
||||
}
|
||||
"include": ["*.ts", "*.d.ts"],
|
||||
"exclude": ["node_modules"]
|
||||
}
|
||||
|
Reference in New Issue
Block a user