mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Fix protocol node: error from vite-node
This commit is contained in:
parent
361350e5fa
commit
d66e27db2e
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
import path from 'node:path'
|
import path from 'node:path'
|
||||||
import fs from 'node:fs/promises'
|
import fs from 'fs/promises'
|
||||||
|
|
||||||
import { rest } from 'msw'
|
import { rest } from 'msw'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue