diff options
| author | Frank <[email protected]> | 2025-08-04 21:08:28 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-08-04 21:08:29 -0400 |
| commit | 40036abb9d6f4adc8ef4458742d508f984461c7f (patch) | |
| tree | ddb125398fa255a711e1dd01f964046a98e03ced /packages/plugin | |
| parent | 2970ba6416286fc78598d99a93cbb5fae1bfd4a6 (diff) | |
| download | opencode-40036abb9d6f4adc8ef4458742d508f984461c7f.tar.gz opencode-40036abb9d6f4adc8ef4458742d508f984461c7f.zip | |
wip: gateway
Diffstat (limited to 'packages/plugin')
| -rw-r--r-- | packages/plugin/sst-env.d.ts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/plugin/sst-env.d.ts b/packages/plugin/sst-env.d.ts new file mode 100644 index 000000000..b6a7e9066 --- /dev/null +++ b/packages/plugin/sst-env.d.ts @@ -0,0 +1,9 @@ +/* This file is auto-generated by SST. Do not edit. */ +/* tslint:disable */ +/* eslint-disable */ +/* deno-fmt-ignore-file */ + +/// <reference path="../../sst-env.d.ts" /> + +import "sst" +export {}
\ No newline at end of file |
