mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
Add .env.example
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
// jest-puppeteer.config.js
|
||||
require('dotenv').config()
|
||||
|
||||
const port = process.env.PUPPETEER_PORT
|
||||
|
||||
module.exports = {
|
||||
server: {
|
||||
command: 'http-server ./www',
|
||||
port: 8080,
|
||||
command: `http-server --port ${port} ./www`,
|
||||
port: port,
|
||||
launchTimeout: 5000
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user