mirror of
https://github.com/cerc-io/watcher-ts
synced 2025-01-26 04:50:35 +00:00
20 lines
397 B
JSON
20 lines
397 B
JSON
{
|
|
"type": "sqlite",
|
|
"database": "out/indexer.db",
|
|
"synchronize": true,
|
|
"logging": false,
|
|
"entities": [
|
|
"src/entity/**/*.ts"
|
|
],
|
|
"migrations": [
|
|
"src/migration/**/*.ts"
|
|
],
|
|
"subscribers": [
|
|
"src/subscriber/**/*.ts"
|
|
],
|
|
"cli": {
|
|
"entitiesDir": "src/entity",
|
|
"migrationsDir": "src/migration",
|
|
"subscribersDir": "src/subscriber"
|
|
}
|
|
} |