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 ceff9aa commit 3a1e470Copy full SHA for 3a1e470
utils/preview-docs.js
@@ -1,6 +1,7 @@
1
#!/usr/bin/env node
2
3
(async () => {
4
+ 'use strict'
5
6
// Import LIBS
7
const { default: getPort, portNumbers } = await import('get-port'),
0 commit comments