@@ -1,10 +1,8 @@
|
|||||||
# Agentx
|
# ax3Client
|
||||||
|
|
||||||
## Scripts
|
## Scripts
|
||||||
|
|
||||||
In the src directory, you can run:
|
|
||||||
|
|
||||||
### `npm start`
|
### `npm start`
|
||||||
|
|
||||||
Runs the app in the development mode.\
|
Runs the app in the development mode.
|
||||||
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
|
Open [http://localhost:3000](http://localhost:3000) to view in the browser.
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "client",
|
"name": "novodraft-client",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"homepage": "https://novodraft.ai",
|
"homepage": "https://novodraft.ai",
|
||||||
|
|||||||
@@ -42,7 +42,6 @@ const DocumentListPage = ({ perPage }) => {
|
|||||||
? process.env.REACT_APP_API_DEV
|
? process.env.REACT_APP_API_DEV
|
||||||
: process.env.REACT_APP_API_PROD;
|
: process.env.REACT_APP_API_PROD;
|
||||||
|
|
||||||
console.log("apiUrl", apiUrl);
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (count.current == null) {
|
if (count.current == null) {
|
||||||
setIsMobile(window.innerWidth < 440);
|
setIsMobile(window.innerWidth < 440);
|
||||||
|
|||||||
Reference in New Issue
Block a user