Skip to content

Commit

Permalink
chore: update dig-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTaylor3D committed Sep 23, 2024
1 parent 877ace5 commit 6954bf1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"LICENSE"
],
"dependencies": {
"@dignetwork/dig-sdk": "^0.0.1-alpha.58",
"@dignetwork/dig-sdk": "^0.0.1-alpha.66",
"add": "^2.0.6",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
Expand Down
6 changes: 0 additions & 6 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
import fs from "fs";
import { STORE_PATH } from "@dignetwork/dig-sdk";
import { startContentServer } from "./server";

if (!fs.existsSync(STORE_PATH)) {
fs.mkdirSync(STORE_PATH, { recursive: true });
}

startContentServer();

0 comments on commit 6954bf1

Please sign in to comment.