We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b5443a + d18825e commit 78f1317Copy full SHA for 78f1317
.changeset/config.json
@@ -8,6 +8,8 @@
8
"baseBranch": "main",
9
"updateInternalDependencies": "patch",
10
"ignore": [
11
- "@examples/*"
+ "@object-ui/example-*",
12
+ "@object-ui/console",
13
+ "@object-ui/site"
14
]
15
}
apps/console/package.json
@@ -1,10 +1,8 @@
1
{
2
"name": "@object-ui/console",
3
"version": "0.5.0",
4
+ "private": true,
5
"description": "ObjectStack Console - The standard runtime UI for ObjectStack applications",
- "publishConfig": {
6
- "access": "public"
7
- },
"type": "module",
"main": "./plugin.js",
"exports": {
0 commit comments