🚀 bootstrap workspace
This commit is contained in:
13
packages/demo/index.ts
Normal file
13
packages/demo/index.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
// import { generateGrid } from "@snk/compute/generateGrid";
|
||||
|
||||
import { generateGrid } from "@snk/compute/generateGrid";
|
||||
|
||||
console.log("hello world");
|
||||
|
||||
export const run = async (a: number) => {
|
||||
generateGrid(100, 100);
|
||||
|
||||
console.log(a, generateGrid(100, 100));
|
||||
};
|
||||
|
||||
run(1);
|
||||
Reference in New Issue
Block a user