diff --git a/.env b/.env new file mode 100644 index 0000000..339e691 --- /dev/null +++ b/.env @@ -0,0 +1 @@ +#NODE_ENV=production \ No newline at end of file diff --git a/.env.prod b/.env.prod new file mode 100644 index 0000000..995fca4 --- /dev/null +++ b/.env.prod @@ -0,0 +1 @@ +NODE_ENV=production \ No newline at end of file diff --git a/client.ts b/client.ts deleted file mode 100644 index f7a35b2..0000000 --- a/client.ts +++ /dev/null @@ -1,5 +0,0 @@ -import ReactDOM from 'react-dom/client' - -document.addEventListener('load', async () => { - ReactDOM.hydrateRoot(document.body, ) -}) \ No newline at end of file diff --git a/index.html b/index.html index e29adf7..606ab7c 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,6 @@
- +