mirror of
https://github.com/Crazyco-xyz/48hr.email.git
synced 2025-06-30 22:17:09 +02:00
No need for extension
This commit is contained in:
parent
f178d3edd8
commit
160569003c
1 changed files with 1 additions and 1 deletions
2
app.js
2
app.js
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env node
|
||||
/* eslint unicorn/no-process-exit: 0 */
|
||||
|
||||
const config = require('./application/config.js')
|
||||
const config = require('./application/config')
|
||||
|
||||
// Until node 11 adds flatmap, we use this:
|
||||
require('array.prototype.flatmap').shim()
|
||||
|
|
Loading…
Add table
Reference in a new issue