2025-11-12 20:58:07 +01:00
|
|
|
{
|
|
|
|
|
"name": "main",
|
|
|
|
|
"configurations": [
|
|
|
|
|
{
|
|
|
|
|
"name": "executable",
|
2025-11-12 21:56:18 +01:00
|
|
|
"interfaces": ["interfaces/Catcrafts", "interfaces/Catcrafts-Views", "interfaces/Catcrafts-Blog", "interfaces/Catcrafts-Root"],
|
|
|
|
|
"implementations": ["implementations/main", "implementations/Catcrafts-Blog", "implementations/Catcrafts-Root"],
|
2025-11-12 20:58:07 +01:00
|
|
|
"target": "wasm32-wasi",
|
2025-11-12 22:53:37 +01:00
|
|
|
"additional_files": ["styles/styles.css", "robots.txt", "sitemap.xml"],
|
2025-11-12 20:58:07 +01:00
|
|
|
"dependencies": [
|
|
|
|
|
{
|
|
|
|
|
"path":"https://forgejo.catcrafts.net/Catcrafts/Crafter.CppDOM.git",
|
|
|
|
|
"configuration":"lib"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|