Injecting configuration and compiling...
[1G [1G-----> Node.js app detected
[1G
[1G-----> Creating runtime environment
[1G
[1G NPM_CONFIG_LOGLEVEL=error
[1G NPM_CONFIG_CAFILE=/etc/ssl/certs/ca-certificates.crt
[1G NODE_ENV=production
[1G NODE_MODULES_CACHE=true
[1G NODE_TLS_REJECT_UNAUTHORIZED=0
[1G NODE_VERBOSE=false
[1G
[1G-----> Installing binaries
[1G engines.node (package.json): 16.x
[1G engines.npm (package.json): unspecified (use default)
[1G
[1G Resolving node version 16.x...
[1G Downloading and installing node 16.20.2...
[1G Using default npm version: 8.19.4
[1G
[1G-----> Installing dependencies
[1G Installing node modules (package.json)
[1G (node:630) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
[1G (Use `node --trace-warnings ...` to show where the warning was created)
[1G
[1G added 121 packages, and audited 122 packages in 9s
[1G
[1G 12 packages are looking for funding
[1G run `npm fund` for details
[1G
[1G found 0 vulnerabilities
[1G
[1G-----> Build
[1G
[1G-----> Caching build
[1G - node_modules
[1G
[1G-----> Pruning devDependencies
[1G (node:988) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
[1G (Use `node --trace-warnings ...` to show where the warning was created)
[1G
[1G up to date, audited 122 packages in 360ms
[1G
[1G 12 packages are looking for funding
[1G run `npm fund` for details
[1G
[1G found 0 vulnerabilities
[1G
[1G-----> Build succeeded!
[1G [1G-----> Discovering process types
[1G Procfile declares types -> scraper
Injecting scraper and running...
Hello world!
Scraper didn't create an SQLite database in your current working directory called
data.sqlite. If you've just created your first scraper and not edited the code yet
this is to be expected.
To fix this make your scraper write to an SQLite database at data.sqlite.