You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: challenge_files/d1_challenge/index.ts
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
exportinterfaceEnv{
1
+
/*export interface Env {
2
2
// If you set another name in wrangler.toml as the value for 'binding',
3
3
// replace "DB" with the variable name you defined.
4
4
DB: D1Database;
@@ -22,4 +22,5 @@ export interface Env {
22
22
"Call /api/companies to view a joined list of all employees from the Employees table along with the name of the company they work for from the Companies table"
0 commit comments