Skip to content

Commit

Permalink
chore: Update import statement for app.js in index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-se committed Jun 10, 2024
1 parent 79e6146 commit 4fd5a2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { main } from "./app";
/* eslint-disable @typescript-eslint/no-unsafe-member-access */
import { main } from "./app.js";

/**
* @file GASエディタから実行できる関数を定義する
Expand Down

0 comments on commit 4fd5a2d

Please sign in to comment.