Refactor component terminology to programs in config and manifest
- Updated the terminology from "components" to "programs" across the codebase, including in config loading, saving, and manifest specifications. - Introduced a new `stacks.py` file to handle lifecycle actions for development stacks, implementing handlers for Python and React Vite stacks. - Adjusted tests to reflect the new program structure and ensure proper functionality. - Revised documentation to align with the new terminology and structure, ensuring clarity on the purpose and configuration of programs, services, and jobs.
This commit is contained in:
5793
components/browser/uv.lock
generated
Normal file
5793
components/browser/uv.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
8
components/docx-extractor/uv.lock
generated
Normal file
8
components/docx-extractor/uv.lock
generated
Normal file
@@ -0,0 +1,8 @@
|
||||
version = 1
|
||||
revision = 3
|
||||
requires-python = ">=3.11"
|
||||
|
||||
[[package]]
|
||||
name = "docx-extractor"
|
||||
version = "0.1.0"
|
||||
source = { editable = "." }
|
||||
Reference in New Issue
Block a user