Skip to content

Commit 8e85ee1

Browse files
committed
correct tech-stack
1 parent 292ee32 commit 8e85ee1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

api/tech-stack.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
const Wappalyzer = require('wappalyzer');
22
const middleware = require('./_common/middleware');
3+
const puppeteer = require('puppeteer-core');
4+
5+
const browser = await puppeteer.launch({
6+
executablePath: '/usr/bin/chromium-browser',
7+
});
38

49
const handler = async (url) => {
510
const options = {};

0 commit comments

Comments
 (0)