Skip to content

Commit

Permalink
Add configuration files and update project structure
Browse files Browse the repository at this point in the history
- Added `.gitignore`, `host.json`, and `requirements.txt` to `genaipgraphics/`
- Added configuration files and test setup for `tests/`:
  - `babel.config.js`
  - `jest.config.js`
  - `package-lock.json`
  - `package.json`
  - Updated `README.md`
- Added `astro.config.mjs` to `webapp/config/`
  • Loading branch information
mollybeach committed Jul 30, 2024
1 parent edc3b26 commit 0c155d3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,13 @@ genaipgraphics/
│ ├── .gitignore
│ ├── host.json
│ └── requirements.txt
├── tests/
│ ├── babel.config.js
│ ├── chat.test.js
│ ├── jest.config.js
│ ├── package-lock.json
│ ├── package.json
│ └── README.md
├── webapp/
│ ├── config/
│ │ ├── astro.config.mjs
Expand Down

0 comments on commit 0c155d3

Please sign in to comment.