digidem / mapeo-core-next

The upcoming version of Mapeo Core
MIT License
7 stars 1 forks source link

feat: create projects with non-default config #534

Closed EvanHahn closed 5 months ago

EvanHahn commented 5 months ago

manager.createProject({ configPath: 'path/to/config.zip' }) creates a project with the specified config.

Closes #533.