We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b90a201 commit 9cb4debCopy full SHA for 9cb4deb
1 file changed
apps/ensapi/package.json
@@ -13,7 +13,7 @@
13
"homepage": "https://github.com/namehash/ensnode/tree/main/apps/ensapi",
14
"scripts": {
15
"start": "tsx src/index.ts",
16
- "dev": "tsx watch --env-file ./.env.local src/index.ts",
+ "dev": "ENSINDEXER_SCHEMA_NAME=public tsx watch --env-file ./.env.local src/index.ts",
17
"test": "vitest",
18
"test:integration": "vitest run --config vitest.integration.config.ts",
19
"lint": "biome check --write .",
0 commit comments