Skip to content

Commit

Permalink
file services refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
chinonso098 committed Sep 4, 2024
1 parent f39a749 commit b2ebc2d
Show file tree
Hide file tree
Showing 5 changed files with 353 additions and 368 deletions.
1 change: 1 addition & 0 deletions index.json

Large diffs are not rendered by default.

158 changes: 146 additions & 12 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"ng": "ng",
"start": "ng serve",
"build": "npm run build:fs && ng build",
"build:fs": "cd src/osdrive && node ../../node_modules/browserfs/dist/scripts/make_http_index.js > ../osdrive.json",
"build:fs": "npx make-index src/osdrive",
"clean": "rm -rf node_modules",
"reinstall": "npm run clean && npm install",
"rebuild": "npm run clean && npm install && npm run build",
Expand Down Expand Up @@ -36,6 +36,8 @@
"@angular/platform-browser": "^18.0.0",
"@angular/platform-browser-dynamic": "^18.0.0",
"@angular/router": "^18.0.0",
"@zenfs/core": "^0.16.4",
"@zenfs/dom": "^0.2.14",
"angular2-draggable": "^16.0.0",
"browserfs": "^1.4.3",
"emulators": "^0.73.7",
Expand Down
Loading

0 comments on commit b2ebc2d

Please sign in to comment.