diff --git a/.env.development b/.env.development index b1c47cd..a363cb3 100644 --- a/.env.development +++ b/.env.development @@ -1 +1 @@ -REACT_APP_API_URL=http://localhost:8888/api/v1 +VITE_REACT_APP_API_URL=http://localhost:8888/api/v1 diff --git a/Makefile b/Makefile index dd7774b..7ec91d6 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,11 @@ setup: - @yarn + @npm install run: - @PORT=8080 yarn start + @PORT=8080 npm run dev build: - @yarn run build + @npm run build clean: @find . -name "*.swp" -delete diff --git a/public/index.html b/index.html similarity index 92% rename from public/index.html rename to index.html index 9e44d43..15f7fcf 100644 --- a/public/index.html +++ b/index.html @@ -19,5 +19,6 @@
+