Skip to content

Commit

Permalink
fix(vite): set root to root
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenybai committed Apr 25, 2022
1 parent d0f313a commit 2e10704
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 69 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,12 @@
"@types/benchmark": "^2.1.1",
"@types/canvas-confetti": "^1.4.2",
"@types/lodash": "^4.14.182",
"@types/node": "^17.0.26",
"@types/node": "^17.0.27",
"@types/virtual-dom": "^2.1.1",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"@vitejs/plugin-legacy": "^1.8.1",
"@vitest/ui": "^0.9.4",
"@vitest/ui": "^0.10.0",
"benchmark": "^2.1.4",
"c8": "^7.11.2",
"canvas-confetti": "^1.5.1",
Expand Down Expand Up @@ -152,7 +152,7 @@
"unbuild": "^0.7.4",
"virtual-dom": "^2.1.1",
"vite": "^2.9.5",
"vitest": "^0.9.4",
"vitest": "^0.10.0",
"zx": "^6.1.0"
}
}
126 changes: 63 additions & 63 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { defineConfig } from 'vite';
import { million } from './packages/vite-plugin-million';

export default defineConfig({
root: 'dev',
resolve: {
alias: {
packages: resolve(__dirname, './packages'),
Expand Down

0 comments on commit 2e10704

Please sign in to comment.