@@ -3,7 +3,7 @@ import React from 'react'
function App() {
return (
<div className="min-h-screen bg-gray-100 flex items-center justify-center">
- <p>Start prompting (or editing) to see magic happen :)</p>
+ <p className="text-xl font-semibold">开始编辑,看看魔法如何发生 :)</p>
</div>
)
}
@@ -4,7 +4,4 @@ import react from '@vitejs/plugin-react'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
- optimizeDeps: {
- exclude: ['lucide-react'],
- },
})