We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8e65fd commit a98a1e8Copy full SHA for a98a1e8
vite.config.ts
@@ -5,7 +5,7 @@ import vuetify, { transformAssetUrls } from 'vite-plugin-vuetify'
5
// Utilities
6
import { defineConfig } from 'vite'
7
import { fileURLToPath, URL } from 'node:url'
8
-import { readdirSync } from 'fs'
+import { readdirSync } from 'node:fs'
9
10
// Most recent Scapy wheel
11
const scapywhl = "src/assets/" + readdirSync('src/assets').filter(fn => fn.endsWith('.whl'))[0];
0 commit comments