We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da995f0 commit b0af730Copy full SHA for b0af730
2 files changed
.cursorindexingignore
@@ -0,0 +1,3 @@
1
+
2
+# Don't index SpecStory auto-save files, but allow explicit context inclusion via @ references
3
+.specstory/**
main.py
@@ -22,7 +22,7 @@
22
setup_logging()
23
24
# Get application version
25
-app_version = os.environ.get("RELEASE_VERSION", "dev")
+app_version = os.environ.get("RELEASE_VERSION", "dev-fixed")
26
app_env = os.environ.get("ENVIRONMENT", "development")
27
# Override environment setting if in local mode
28
if os.environ.get("ENV_MODE") == "local":
0 commit comments