feat: initial project structure

Adds the initial directory structure, configuration files, and stub scripts for the Grav CMS and Dolibarr project.
This commit is contained in:
2025-09-09 16:28:57 -05:00
parent 8774a01928
commit 4868941c03
7 changed files with 118 additions and 0 deletions

13
project-config.yaml Normal file
View File

@@ -0,0 +1,13 @@
project_name: STLPWebsite
services:
- name: dolibarr
type: app
- name: grav
type: web
env:
dolibarr:
- DOLIBARR_API_KEY
grav:
[]