feat: restore presi and storage apps from archive

Re-activate presi (presentation tool) and storage (cloud storage)
apps that were previously archived for context reduction.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Till-JS 2026-01-25 13:25:51 +01:00
parent 9472978c66
commit 36a9e3a37c
237 changed files with 21521 additions and 37 deletions

View file

@ -0,0 +1,9 @@
{
"name": "storage",
"version": "1.0.0",
"private": true,
"description": "Cloud storage application (like Google Drive/Dropbox)",
"scripts": {
"dev": "turbo run dev"
}
}