mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:21:09 +02:00
✨ feat(storage): add Storage app scaffolding and root config
- Add storage app directory structure - Add storage dev scripts to root package.json - Add storage backend and web env generation in generate-env.mjs - Update COMMANDS.md with calendar app reference 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
1a88dec0a5
commit
19500e8467
88 changed files with 8293 additions and 5 deletions
9
apps/storage/package.json
Normal file
9
apps/storage/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue