chore: import upstream snapshot with attribution
Validate YAML Workflows / Validate YAML Configuration Files (push) Has been cancelled
Validate YAML Workflows / Validate YAML Configuration Files (push) Has been cancelled
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
from fastapi import FastAPI
|
||||
from server.bootstrap import init_app
|
||||
from utils.env_loader import load_dotenv_file
|
||||
|
||||
load_dotenv_file()
|
||||
|
||||
app = FastAPI(title="DevAll Workflow Server", version="1.0.0")
|
||||
init_app(app)
|
||||
Reference in New Issue
Block a user