Skip to content

Commit

Permalink
remote substreams docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina committed Apr 24, 2023
1 parent 415ade7 commit b231c22
Show file tree
Hide file tree
Showing 15 changed files with 602 additions and 1,617 deletions.
7 changes: 4 additions & 3 deletions packages/nextra-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,15 @@
"dist"
],
"scripts": {
"build": "tsup"
"build": "tsup",
"dev": "tsup --watch"
},
"peerDependencies": {
"@edgeandnode/gds": "^1.3.2",
"@emotion/react": "^11.10.6",
"next": "^13.2.4",
"next-seo": "^5.15.0",
"nextra": "^2.3.0",
"nextra": "^2.4.1",
"react-dom": "^18.2.0",
"theme-ui": "^0.15.5"
},
Expand All @@ -48,7 +49,7 @@
"@types/react-dom": "^18.0.11",
"next": "^13.3.0",
"next-seo": "^6.0.0",
"nextra": "2.3.0",
"nextra": "2.4.1",
"react": "18.2.0",
"react-dom": "^18.2.0",
"theme-ui": "^0.15.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/nextra-theme/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { defineConfig } from 'tsup'
import tsconfig from './tsconfig.json'

export default defineConfig({
name: 'nextra-theme-docs',
name: 'nextra-theme',
entry: ['src/index.tsx'],
format: 'esm',
dts: true,
Expand Down
Loading

0 comments on commit b231c22

Please sign in to comment.