mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-19 09:45:24 -04:00
🧪 test render
This commit is contained in:
parent
3ad0126e66
commit
968baca855
1 changed files with 8 additions and 2 deletions
|
@ -1,4 +1,10 @@
|
||||||
import { renderConfig } from "./config";
|
import { config } from "./config";
|
||||||
|
|
||||||
|
// from shared package
|
||||||
|
import { renderCursors } from "shared";
|
||||||
|
|
||||||
console.log("Bibata Round");
|
console.log("Bibata Round");
|
||||||
console.log(renderConfig);
|
|
||||||
|
(async () => {
|
||||||
|
renderCursors(config);
|
||||||
|
})();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue