Skip to content

Commit c484dc3

Browse files
build with tsup (#6)
1 parent 3d84f04 commit c484dc3

File tree

3 files changed

+1679
-25
lines changed

3 files changed

+1679
-25
lines changed

challenge_files/d1_challenge/index.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export interface Env {
1+
/*export interface Env {
22
// If you set another name in wrangler.toml as the value for 'binding',
33
// replace "DB" with the variable name you defined.
44
DB: D1Database;
@@ -22,4 +22,5 @@ export interface Env {
2222
"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"
2323
);
2424
},
25-
} satisfies ExportedHandler<Env>;
25+
} satisfies ExportedHandler<Env>;
26+
*/

0 commit comments

Comments
 (0)