We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e293054 commit f796325Copy full SHA for f796325
packages/cli/package.json
@@ -2,6 +2,11 @@
2
"name": "@objectdocs/cli",
3
"version": "0.2.1",
4
"type": "module",
5
+ "files": [
6
+ "bin",
7
+ "src",
8
+ "README.md"
9
+ ],
10
"bin": {
11
"objectdocs": "./bin/cli.mjs"
12
},
packages/site/package.json
@@ -1,6 +1,19 @@
1
{
"name": "@objectdocs/site",
+ "app",
+ "lib",
+ "public",
+ "mdx-components.tsx",
+ "next.config.mjs",
+ "objectdocs.json",
+ "proxy.ts",
+ "source.config.ts",
13
+ "tsconfig.json",
14
+ "docs.site.json",
15
16
17
"scripts": {
18
"dev": "next dev",
19
"build": "next build",
0 commit comments