Skip to content

Commit 9cb4deb

Browse files
committed
Improve developer experience in ENSApi dev
Set `ENSINDEXER_SCHEMA_NAME` to `public` as that is the most common schema name to use while working on ENSNode development.
1 parent b90a201 commit 9cb4deb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/ensapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"homepage": "https://github.com/namehash/ensnode/tree/main/apps/ensapi",
1414
"scripts": {
1515
"start": "tsx src/index.ts",
16-
"dev": "tsx watch --env-file ./.env.local src/index.ts",
16+
"dev": "ENSINDEXER_SCHEMA_NAME=public tsx watch --env-file ./.env.local src/index.ts",
1717
"test": "vitest",
1818
"test:integration": "vitest run --config vitest.integration.config.ts",
1919
"lint": "biome check --write .",

0 commit comments

Comments
 (0)