Initial commit

This commit is contained in:
Aditya Gupta
2026-06-29 19:29:19 +05:30
committed by GitHub
commit aabb8986aa
292 changed files with 17976 additions and 0 deletions

12
packages/shared/README.md Normal file
View File

@@ -0,0 +1,12 @@
# Shared Package
This package contains code shared with other packages.
To use the code in the package, you need to add the following to the package.json file.
```json
{
"dependencies": {
"@extension/shared": "workspace:*"
}
}
```