mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-23 03:26:58 -04:00
🔗 path resolves
This commit is contained in:
parent
2e1fec619e
commit
09cd7b187a
1 changed files with 2 additions and 2 deletions
|
@ -4,12 +4,12 @@ import path from "path";
|
|||
import { ColorSchema } from "./types";
|
||||
|
||||
// Source Directory
|
||||
const rawSvgsDir = path.resolve("./src/svg/raw");
|
||||
const rawSvgsDir = path.resolve("src", "svg", "raw");
|
||||
|
||||
if (!fs.existsSync(rawSvgsDir)) console.error("🚨🚨 Raw files not Found 🚨🚨");
|
||||
|
||||
// --------------------------------------- 🌈 Cursors Variants 🌈
|
||||
const schemesPath = path.resolve("./src/svg");
|
||||
const schemesPath = path.resolve("src", "svg");
|
||||
const colorSchemes: ColorSchema = {
|
||||
Ice: {
|
||||
base: "#FFFFFF",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue