import styles from '../styles/Home.module.css'
export default function Home() {
return (
<div className={styles.container}>
<h1>Hello</h1>
</div>
)
}
I have tried using Next.js , React , Vite with react and none of them update when I update the code unless I restart the react server how can I fix this?