Skip to content

Commit

Permalink
chore(platform): Tidy up repo structure (#8521)
Browse files Browse the repository at this point in the history
* tidy up

* nextjs env specific .env files
  • Loading branch information
Swiftyos authored Nov 1, 2024
1 parent 8950021 commit 4d4cc60
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 35 deletions.
Empty file.
19 changes: 0 additions & 19 deletions autogpt_platform/example_files/index.html

This file was deleted.

7 changes: 0 additions & 7 deletions autogpt_platform/frontend/.env.development

This file was deleted.

8 changes: 0 additions & 8 deletions autogpt_platform/frontend/.env.production

This file was deleted.

2 changes: 1 addition & 1 deletion autogpt_platform/market/scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def populate_database():

import market.model

templates = pathlib.Path(__file__).parent.parent / "backend" / "graph_templates"
templates = pathlib.Path(__file__).parent.parent / "graph_templates"

all_files = glob.glob(str(templates / "*.json"))

Expand Down

0 comments on commit 4d4cc60

Please sign in to comment.