Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
balbatross committed Mar 27, 2024
1 parent 8676a00 commit b050121
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const canCompile = (tsCode: string) => {
// compilerOptions: {skipLibCheck: true}
// });


// const id = nanoid();
// console.time(`Create source file ${id}`)

Expand Down
1 change: 1 addition & 0 deletions packages/network/global-recovery-network/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { PrismaRegister } from './alarm-center/prisma-register';
import { PrismaClient } from '@hive-command/data';

import { createClient } from "redis";
import {nanoid} from 'nanoid';

(async () => {

Expand Down

0 comments on commit b050121

Please sign in to comment.