diff --git a/nixpacks.toml b/nixpacks.toml new file mode 100644 index 0000000..d98c64e --- /dev/null +++ b/nixpacks.toml @@ -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' + ] \ No newline at end of file diff --git a/package.json b/package.json index 20c00e1..3902991 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "type": "module", "scripts": { "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": [], "author": "Andres",