mirror of
https://github.com/ershisan99/scrape-icp.git
synced 2025-12-17 05:09:27 +00:00
add copnfig
This commit is contained in:
22
nixpacks.toml
Normal file
22
nixpacks.toml
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
[phases.setup]
|
||||||
|
aptPkgs = [
|
||||||
|
'fonts-liberation',
|
||||||
|
'libappindicator3-1',
|
||||||
|
'libasound2',
|
||||||
|
'libatk-bridge2.0-0',
|
||||||
|
'libatk1.0-0',
|
||||||
|
'libgbm1',
|
||||||
|
'libgtk-3-0',
|
||||||
|
'libnspr4',
|
||||||
|
'libnss3',
|
||||||
|
'libx11-xcb1',
|
||||||
|
'libxcomposite1',
|
||||||
|
'libxcursor1',
|
||||||
|
'libxdamage1',
|
||||||
|
'libxfixes3',
|
||||||
|
'libxi6',
|
||||||
|
'libxrandr2',
|
||||||
|
'libxss1',
|
||||||
|
'libxtst6',
|
||||||
|
'xdg-utils'
|
||||||
|
]
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "nodemon src/index.ts",
|
"dev": "nodemon src/index.ts",
|
||||||
"start": "npx playwright install-deps && ts-node-esm src/index.ts"
|
"start": "npx playwright install-deps chromium && ts-node-esm src/index.ts"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "Andres",
|
"author": "Andres",
|
||||||
|
|||||||
Reference in New Issue
Block a user