forked from extern/bruno
feat: published @usebruno/schema
This commit is contained in:
parent
241ee5e788
commit
78645ad52f
@ -13,6 +13,8 @@
|
||||
"randomstring": "^1.2.2"
|
||||
},
|
||||
"scripts": {
|
||||
"dev:web": "npm run dev --workspace=packages/bruno-app",
|
||||
"dev:electron": "npm run dev --workspace=packages/bruno-electron",
|
||||
"build-chrome-extension": "./scripts/create-chrome-extension.sh"
|
||||
}
|
||||
}
|
||||
|
@ -8,6 +8,7 @@
|
||||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@usebruno/schema": "0.1.0",
|
||||
"@fortawesome/fontawesome-svg-core": "^1.2.36",
|
||||
"@fortawesome/free-solid-svg-icons": "^5.15.4",
|
||||
"@fortawesome/react-fontawesome": "^0.1.16",
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 15 KiB |
@ -29,9 +29,9 @@ const MenuBar = () => {
|
||||
<IconFiles size={28} strokeWidth={1.5}/>
|
||||
</div>
|
||||
</Link>
|
||||
<div className="menu-item">
|
||||
{/* <div className="menu-item">
|
||||
<IconUsers size={28} strokeWidth={1.5}/>
|
||||
</div>
|
||||
</div> */}
|
||||
</div>
|
||||
<div className="flex flex-col flex-grow justify-end">
|
||||
{/* <Link href="/login">
|
||||
|
@ -1,6 +1,11 @@
|
||||
{
|
||||
"name": "@usebruno/schema",
|
||||
"version": "0.1.0",
|
||||
"main": "src/index.js",
|
||||
"files": [
|
||||
"src",
|
||||
"package.json"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "jest"
|
||||
},
|
||||
|
@ -2,9 +2,6 @@
|
||||
|
||||
The schema definition for collections
|
||||
|
||||
### Todo
|
||||
[] Schema validator
|
||||
|
||||
### Collection schema
|
||||
```bash
|
||||
id Unique id (when persisted to a db)
|
||||
|
Loading…
Reference in New Issue
Block a user