refine
This commit is contained in:
parent
24c5bbd5d7
commit
b3cf9f98a7
|
|
@ -72,4 +72,5 @@ data/doc_dest
|
|||
data/doc_src
|
||||
data/doc_intermediate
|
||||
|
||||
node_modules
|
||||
node_modules
|
||||
backend/storage/
|
||||
|
|
@ -51,4 +51,4 @@ class Settings(BaseSettings):
|
|||
# Create storage directory for database
|
||||
(self.BASE_DIR / "storage").mkdir(parents=True, exist_ok=True)
|
||||
|
||||
settings = Settings()
|
||||
settings = Settings()
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"name": "backend",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {}
|
||||
}
|
||||
Loading…
Reference in New Issue