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.
wait-for-deploy.mjs
1 parent 6e7d1c9 commit 7d7a0f5Copy full SHA for 7d7a0f5
scripts/wait-for-deploy.mjs
@@ -1,7 +1,7 @@
1
#!/usr/bin/env node
2
import process from 'node:process';
3
import childProcess from 'node:child_process';
4
-import config from 'polykey/dist/config.js';
+import config from 'polykey/config.js';
5
6
const versionTarget = config.version;
7
async function main(argv = process.argv) {
0 commit comments