Skip to content

Commit

Permalink
remove obsolete backend
Browse files Browse the repository at this point in the history
Signed-off-by: GRBurst <[email protected]>
  • Loading branch information
GRBurst committed May 25, 2024
1 parent 9e1c6b7 commit 2ae0481
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 417 deletions.
2 changes: 0 additions & 2 deletions backend/.gitignore

This file was deleted.

39 changes: 0 additions & 39 deletions backend/main.py

This file was deleted.

16 changes: 5 additions & 11 deletions devbox.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,18 @@
{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.10.5/.schema/devbox.schema.json",
"packages": [
"[email protected]",
"yarn@latest",
"python310Packages.uvicorn@latest",
"sqlite@latest",
"python310Packages.sqlalchemy@latest",
"python310Packages.pydantic@latest",
"python310Packages.pip-tools@latest",
"sqlite-utils@latest",
"python310Packages.fastapi@latest"
],
"shell": {
"init_hook": [
"echo 'Welcome to devbox!' > /dev/null"
"echo 'Welcome to devbox!' > /dev/null",
],
"scripts": {
"test": [
"echo \"Error: no test specified\" && exit 1"
]
}
}
"echo \"Error: no test specified\" && exit 1",
],
},
},
}
Loading

0 comments on commit 2ae0481

Please sign in to comment.