Skip to content

Commit

Permalink
Fix build, remove dist
Browse files Browse the repository at this point in the history
  • Loading branch information
dolanske committed Nov 15, 2024
1 parent 62f4e18 commit 9943f7f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ lerna-debug.log*

node_modules

dist
dist-ssr
*.local

Expand Down
2 changes: 1 addition & 1 deletion tsconfig.tsbuildinfo

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
// vite.config.js
import { resolve } from 'node:path'
import path, { resolve } from 'node:path'
import { fileURLToPath } from 'node:url'
import { defineConfig } from 'vite'
import dts from 'vite-plugin-dts'

const __dirname = path.dirname(fileURLToPath(import.meta.url))

export default defineConfig({
build: {
lib: {
Expand Down

0 comments on commit 9943f7f

Please sign in to comment.