Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add a simple design and remove flowbite #4

Merged
merged 1 commit into from
May 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dashboard/.env.development.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
NEXT_PUBLIC_API_URL=https://api-development.com
1 change: 1 addition & 0 deletions dashboard/.env.production.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
NEXT_PUBLIC_API_URL=https://api-production.com
5 changes: 4 additions & 1 deletion dashboard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,7 @@ agenta-dashboard-1 | $ next dev
agenta-dashboard-1 | /bin/sh: next: not found
agenta-dashboard-1 | error Command failed with exit code 127.
agenta-dashboard-1 | info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
```
```

Docker resources
https://github.com/vercel/next.js/blob/canary/examples/with-docker-compose/.env
1 change: 0 additions & 1 deletion dashboard/dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ RUN \

COPY src ./src
COPY public ./public
COPY components ./components
COPY next.config.js .
COPY tsconfig.json .
COPY tailwind.config.js .
Expand Down
Loading