Skip to content
jdev08 edited this page Apr 12, 2024 · 3 revisions

Welcome to the ScratchForge wiki!

Configuration

The configuration file is in /path/to/project/config/default.json

Example Config

{
    "makers": ["html"],
    "input": "project.sb3",
    "html": {
        "out": "project.html"
    }
}
Clone this wiki locally