Skip to content

Commit

Permalink
fix: removed unneeded linting disable
Browse files Browse the repository at this point in the history
  • Loading branch information
dyersituations committed Aug 15, 2024
1 parent b7e7ab5 commit 6cd5910
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/vue-worker.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { workerData } from 'worker_threads';
import vueRender from './vue-render.js';
// eslint-disable-next-line import/no-unresolved
import serverEntry from '../dist/server/server-entry.js';

Check failure on line 3 in server/vue-worker.js

View workflow job for this annotation

GitHub Actions / build

Unable to resolve path to module '../dist/server/server-entry.js'

const {
Expand Down

0 comments on commit 6cd5910

Please sign in to comment.