mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-19 09:45:24 -04:00
🚨 Source missing error
This commit is contained in:
parent
7add3bb251
commit
c82aa983d7
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ export const colorSchemes = {
|
|||
|
||||
// Source Directory
|
||||
const svgsDir = path.resolve("./src/svg");
|
||||
if (!fs.existsSync(svgsDir)) console.error("🚨🚨 Source files not Found 🚨🚨");
|
||||
|
||||
// Resolve Paths for svg
|
||||
const staticSvgs = staticCursors.map((svg: string) =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue