diff --git a/app.js b/app.js index 72c5fcb..622ea77 100644 --- a/app.js +++ b/app.js @@ -8,7 +8,7 @@ import Hyperdrive from 'hyperdrive'; import Corestore from 'corestore'; import { EventEmitter } from 'events'; -const storagePath = `./storage_${Date.now()}_${Math.random().toString(36).substring(2, 15)}`; +const storagePath = `./storage/storage_${Date.now()}_${Math.random().toString(36).substring(2, 15)}`; const store = new Corestore(storagePath); const drive = new Hyperdrive(store);