We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e48d064 + 8a3fd65 commit 49171ddCopy full SHA for 49171dd
agentstack/cli/cli.py
@@ -168,8 +168,7 @@ def run_project(framework: str, path: str = ''):
168
sys.exit(1)
169
170
load_dotenv(_path / '.env') # explicitly load the project's .env file
171
- entrypoint = _path / frameworks.get_entrypoint_path(framework)
172
- subprocess.run(['python', entrypoint], env=os.environ)
+ subprocess.run(['python', 'src/main.py'], env=os.environ)
173
174
175
def ask_framework() -> str:
0 commit comments