Skip to content

Commit

Permalink
Keep eslint ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
enjikaka committed Jan 13, 2025
1 parent 75023ea commit 145a59d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/local/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

import express from 'express';

/* eslint-disable-next-line import/no-unresolved */
import { embed as embedHandler } from '../../../dist/server/handler.js';

Check failure on line 14 in src/server/local/server.js

View workflow job for this annotation

GitHub Actions / TypeScript

Cannot find module '../../../dist/server/handler.js' or its corresponding type declarations.

const app = express();
Expand Down

0 comments on commit 145a59d

Please sign in to comment.