Skip to content

Commit

Permalink
rebase fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina committed May 24, 2023
1 parent 8f57296 commit a8be996
Show file tree
Hide file tree
Showing 2 changed files with 303 additions and 189 deletions.
3 changes: 1 addition & 2 deletions packages/nextra/tsup.config.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import { defineConfig } from 'tsup'
import fs from 'node:fs/promises'
import path from 'node:path'
import fg from 'fast-glob'
import slash from 'slash'

import { defineConfig } from 'tsup'
import tsconfig from './tsconfig.json'

const CLIENT_ENTRY = [
Expand Down

0 comments on commit a8be996

Please sign in to comment.