Skip to content

Commit a98a1e8

Browse files
committed
Change fs->node:fs
1 parent d8e65fd commit a98a1e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import vuetify, { transformAssetUrls } from 'vite-plugin-vuetify'
55
// Utilities
66
import { defineConfig } from 'vite'
77
import { fileURLToPath, URL } from 'node:url'
8-
import { readdirSync } from 'fs'
8+
import { readdirSync } from 'node:fs'
99

1010
// Most recent Scapy wheel
1111
const scapywhl = "src/assets/" + readdirSync('src/assets').filter(fn => fn.endsWith('.whl'))[0];

0 commit comments

Comments
 (0)