Skip to content

Commit 3a48389

Browse files
committed
config: add AUTOCOMPLETE_API_KEY
1 parent a66d95c commit 3a48389

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

worker-configuration.d.ts

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
// Generated by Wrangler on Sun Apr 07 2024 18:40:16 GMT+0200 (Central European Summer Time)
1+
// Generated by Wrangler on Tue Apr 09 2024 23:31:00 GMT+0200 (Central European Summer Time)
22
// by running `wrangler types`
33

44
interface Env {
5-
CULEFILO_KV: KVNamespace;
6-
AI: unknown;
7-
OPENDATASOFT_API_URL: string; // updated manually
8-
PLACES_API_URL: string; // updated manually
9-
PLACES_API_KEY: string; // updated manually
10-
BUGSNAG_API_KEY: string; // updated manually
11-
ENVIRONMENT: string; //updated manually
5+
CULEFILO_KV: KVNamespace;
6+
ENVIRONMENT: string;
7+
PLACES_API_URL: string;
8+
OPENDATASOFT_API_URL: string;
9+
BUGSNAG_API_KEY: string;
10+
PLACES_API_KEY: string;
11+
AUTOCOMPLETE_API_KEY: string;
12+
AI: unknown;
1213
}

0 commit comments

Comments
 (0)