Configuration
MikroSheets is local-first and has a small public runtime config surface for browser storage names.
Runtime Config
Section titled “Runtime Config”The app reads config in this order:
globalThis.MIKROSHEETS_CONFIGconfig.jsonmikrosheets.config.json- built-in defaults
The default config is:
{ "storage": { "indexedDb": { "databaseName": "mikrosheets-local", "stateKey": "default", "storeName": "workbook_state" } }}This config is public browser config. Do not put secrets in it.