Sets up calendar package with core infrastructure
Adds core calendar package components including: - Base services for events, resources, and settings - Calendar app and orchestrator - Build and bundling configuration - IndexedDB storage setup Prepares foundational architecture for calendar functionality
This commit is contained in:
parent
12e7594f30
commit
ceb44446f0
97 changed files with 13858 additions and 1 deletions
|
|
@ -22,7 +22,14 @@
|
|||
"Bash(node -e:*)",
|
||||
"Bash(ls:*)",
|
||||
"Bash(find:*)",
|
||||
"WebFetch(domain:www.elegantthemes.com)"
|
||||
"WebFetch(domain:www.elegantthemes.com)",
|
||||
"Bash(npm publish:*)",
|
||||
"Bash(npm init:*)",
|
||||
"Bash(node dist/bundle.js:*)",
|
||||
"Bash(node build.js:*)",
|
||||
"Bash(npm ls:*)",
|
||||
"Bash(npm view:*)",
|
||||
"Bash(npm update:*)"
|
||||
],
|
||||
"deny": [],
|
||||
"ask": []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue