Skip to content

Commit

Permalink
Redeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
joneslloyd committed Dec 22, 2024
1 parent cf5629c commit 1b27098
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 35 deletions.
14 changes: 7 additions & 7 deletions packages/core/sst-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
/* tslint:disable */
/* eslint-disable */
/* deno-fmt-ignore-file */
import "sst";
export {};
import "sst"
export {}
declare module "sst" {
export interface Resource {
BsPoster: {
name: string;
type: "sst.aws.Function";
url: string;
};
"BsPoster": {
"name": string
"type": "sst.aws.Function"
"url": string
}
}
}
14 changes: 7 additions & 7 deletions packages/functions/sst-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
/* tslint:disable */
/* eslint-disable */
/* deno-fmt-ignore-file */
import "sst";
export {};
import "sst"
export {}
declare module "sst" {
export interface Resource {
BsPoster: {
name: string;
type: "sst.aws.Function";
url: string;
};
"BsPoster": {
"name": string
"type": "sst.aws.Function"
"url": string
}
}
}
14 changes: 7 additions & 7 deletions packages/scripts/sst-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
/* tslint:disable */
/* eslint-disable */
/* deno-fmt-ignore-file */
import "sst";
export {};
import "sst"
export {}
declare module "sst" {
export interface Resource {
BsPoster: {
name: string;
type: "sst.aws.Function";
url: string;
};
"BsPoster": {
"name": string
"type": "sst.aws.Function"
"url": string
}
}
}
14 changes: 7 additions & 7 deletions packages/wxt/sst-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
/* tslint:disable */
/* eslint-disable */
/* deno-fmt-ignore-file */
import "sst";
export {};
import "sst"
export {}
declare module "sst" {
export interface Resource {
BsPoster: {
name: string;
type: "sst.aws.Function";
url: string;
};
"BsPoster": {
"name": string
"type": "sst.aws.Function"
"url": string
}
}
}
14 changes: 7 additions & 7 deletions sst-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
/* tslint:disable */
/* eslint-disable */
/* deno-fmt-ignore-file */
import "sst";
export {};
import "sst"
export {}
declare module "sst" {
export interface Resource {
BsPoster: {
name: string;
type: "sst.aws.Function";
url: string;
};
"BsPoster": {
"name": string
"type": "sst.aws.Function"
"url": string
}
}
}

0 comments on commit 1b27098

Please sign in to comment.