Monorepo with yarn workspaces requires yarn 3.2
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
declare global {
|
||||
function syscall(name: string, ...args: any[]): Promise<any>;
|
||||
}
|
||||
|
||||
export const syscall = self.syscall;
|
||||
Reference in New Issue
Block a user