import styles from '../styles/Home.module.css'
export default function Home() {
return (
<div className={styles.container}>
<h1>Hello</h1>
</div>
)
}
我试过使用Next.js, React, Vite与React,当我更新代码时,它们都没有更新,除非我重新启动React服务器,我怎么能解决这个问题?
我使用Powershell而不是wsl,它解决了这个问题。
问题是我不知道如何使用wsl而不出现问题。