mirror of
https://github.com/tiennm99/ai-coding-workflow-labs.git
synced 2026-08-24 03:24:09 +00:00
fix: add vite-env.d.ts, remove broken lint script, clean config
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "tsc -b && vite build",
|
||||
"lint": "eslint .",
|
||||
"preview": "vite preview",
|
||||
"test": "vitest run"
|
||||
},
|
||||
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
/// <reference types="vite/client" />
|
||||
@@ -7,7 +7,6 @@ export default defineConfig({
|
||||
test: {
|
||||
globals: true,
|
||||
environment: "jsdom",
|
||||
setupFiles: [],
|
||||
passWithNoTests: true,
|
||||
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user