diff --git a/.env.example b/.env.example index 615be4e2..8bd561a2 100644 --- a/.env.example +++ b/.env.example @@ -1 +1 @@ -SNOWPACK_PUBLIC_DEVICE_IP= \ No newline at end of file +VITE_PUBLIC_DEVICE_IP= \ No newline at end of file diff --git a/README.md b/README.md index 4399f5b4..c4fcea4f 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ cp ./.env.example ./.env And define the device IP address in the `.env` file. ``` -SNOWPACK_PUBLIC_DEVICE_IP=xxx.xxx.xxx.xxx +VITE_PUBLIC_DEVICE_IP=xxx.xxx.xxx.xxx ``` Install the dependencies. @@ -45,5 +45,5 @@ pnpm i Start the developtment server: ```bash -pnpm start +pnpm dev ``` diff --git a/index.html b/index.html index 56b2a749..9bd27777 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,13 @@
- + + @@ -14,10 +20,7 @@ name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=0" /> - +