Skip to content

Commit

Permalink
Bug/css issue (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
RockiRider authored Feb 19, 2024
1 parent 7f971a9 commit b41df16
Show file tree
Hide file tree
Showing 7 changed files with 3,181 additions and 319 deletions.
6 changes: 4 additions & 2 deletions apps/example-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
"preview": "vite preview",
"test": "vitest"
},
"dependencies": {
"@emotion/react": "^11.11.3",
Expand All @@ -27,6 +28,7 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"typescript": "^5.2.2",
"vite": "^5.0.8"
"vite": "^5.0.8",
"vitest": "^1.3.0"
}
}
1 change: 1 addition & 0 deletions apps/example-vite/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference types="vitest" />
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";

Expand Down
Loading

0 comments on commit b41df16

Please sign in to comment.