mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-23 11:36:55 -04:00
🔗 path config
This commit is contained in:
parent
ff71def4aa
commit
e1c6c7f18e
1 changed files with 4 additions and 4 deletions
|
@ -1,13 +1,13 @@
|
||||||
import path from "path";
|
import path from "path";
|
||||||
import { ColorSchema } from "./types";
|
import { ColorSchema } from "./types";
|
||||||
|
|
||||||
// --------------------------------------- Bitmaps/out Path 🔗
|
|
||||||
|
|
||||||
const bitmapsPath = path.resolve("bitmaps");
|
|
||||||
|
|
||||||
// --------------------------------------- Paths 🔗
|
// --------------------------------------- Paths 🔗
|
||||||
|
|
||||||
const rawSvgsDir = path.resolve("svg");
|
const rawSvgsDir = path.resolve("svg");
|
||||||
|
|
||||||
|
// --------------------------------------- out Path 🔗
|
||||||
|
|
||||||
|
const bitmapsPath = path.resolve("bitmaps");
|
||||||
const schemesPath = path.resolve("schemes");
|
const schemesPath = path.resolve("schemes");
|
||||||
|
|
||||||
// --------------------------------------- Colors✨
|
// --------------------------------------- Colors✨
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue