sync
This commit is contained in:
@@ -243,11 +243,6 @@ const logProcessor = new sst.cloudflare.Worker("LogProcessor", {
|
|||||||
link: [new sst.Secret("HONEYCOMB_API_KEY")],
|
link: [new sst.Secret("HONEYCOMB_API_KEY")],
|
||||||
})
|
})
|
||||||
|
|
||||||
const ph2 = new sst.Linkable("Placeholder2", {
|
|
||||||
properties: {
|
|
||||||
version: "1",
|
|
||||||
},
|
|
||||||
})
|
|
||||||
new sst.cloudflare.x.SolidStart("Console", {
|
new sst.cloudflare.x.SolidStart("Console", {
|
||||||
domain,
|
domain,
|
||||||
path: "packages/console/app",
|
path: "packages/console/app",
|
||||||
@@ -277,7 +272,6 @@ new sst.cloudflare.x.SolidStart("Console", {
|
|||||||
new sst.Secret("CLOUDFLARE_API_TOKEN", process.env.CLOUDFLARE_API_TOKEN!),
|
new sst.Secret("CLOUDFLARE_API_TOKEN", process.env.CLOUDFLARE_API_TOKEN!),
|
||||||
]
|
]
|
||||||
: []),
|
: []),
|
||||||
ph2,
|
|
||||||
new sst.Secret("PLACEHOLDER"),
|
new sst.Secret("PLACEHOLDER"),
|
||||||
],
|
],
|
||||||
environment: {
|
environment: {
|
||||||
|
|||||||
@@ -75,6 +75,11 @@ export async function handler(
|
|||||||
parseIsStream: (url: string, body: any) => boolean
|
parseIsStream: (url: string, body: any) => boolean
|
||||||
},
|
},
|
||||||
) {
|
) {
|
||||||
|
// TODO
|
||||||
|
console.log("!@!@#!#!#!@#@!")
|
||||||
|
console.log(Resource.PLACEHOLDER.value)
|
||||||
|
console.log("!@!@#!#!#!@#@!")
|
||||||
|
|
||||||
type AuthInfo = Awaited<ReturnType<typeof authenticate>>
|
type AuthInfo = Awaited<ReturnType<typeof authenticate>>
|
||||||
type ModelInfo = Awaited<ReturnType<typeof validateModel>>
|
type ModelInfo = Awaited<ReturnType<typeof validateModel>>
|
||||||
type ProviderInfo = Awaited<ReturnType<typeof selectProvider>>
|
type ProviderInfo = Awaited<ReturnType<typeof selectProvider>>
|
||||||
|
|||||||
Reference in New Issue
Block a user