mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-25 04:24:33 -04:00
🔗 Path changed
This commit is contained in:
parent
a9800be9d1
commit
e5d73a607f
1 changed files with 3 additions and 4 deletions
|
@ -1,15 +1,14 @@
|
||||||
import path from "path";
|
import path from "path";
|
||||||
|
|
||||||
import { ColorSchema } from "./types";
|
import { ColorSchema } from "./types";
|
||||||
|
|
||||||
// --------------------------------------- Bitmaps/out Path 🔗
|
// --------------------------------------- Bitmaps/out Path 🔗
|
||||||
|
|
||||||
const bitmapsPath = path.resolve("../../bitmpaps");
|
const bitmapsPath = path.resolve("bitmaps");
|
||||||
|
|
||||||
// --------------------------------------- Paths 🔗
|
// --------------------------------------- Paths 🔗
|
||||||
|
|
||||||
const rawSvgsDir = path.resolve("src", "svg", "raw");
|
const rawSvgsDir = path.resolve("svg");
|
||||||
const schemesPath = path.resolve("src", "svg");
|
const schemesPath = path.resolve("schemes");
|
||||||
|
|
||||||
// --------------------------------------- Colors✨
|
// --------------------------------------- Colors✨
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue