We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caf58a1 commit 94b0b65Copy full SHA for 94b0b65
package.json
@@ -12,7 +12,7 @@
12
"standalone": "dotenv -e .env.local node .next/standalone/server.js",
13
"icons": "pnpm dlx @svgr/cli --out-dir components/icons --filename-case kebab --typescript --no-dimensions --replace-attr-values \"#000=currentColor\" -- public/icons",
14
"figma:icons": "tsc lib/figma/download-icons.ts --outDir dist && dotenv -e .env.local node dist/download-icons.js && pnpm run icons",
15
- "indexnow:profile": "tsx lib/indexnow/indexnow-submit.ts"
+ "indexnow": "dotenv -e .env.local -- tsx lib/indexnow/indexnow-submit.ts"
16
},
17
"dependencies": {
18
"@auth/mongodb-adapter": "^3.10.0",
0 commit comments