Skip to content

Instantly share code, notes, and snippets.

View AntonyOnScript's full-sized avatar
🌴

AntonyOnScript

🌴
View GitHub Profile
@AntonyOnScript
AntonyOnScript / iwlwifi-opt.conf
Created May 25, 2023 16:37
Ubuntu fix for Bluetooth turning off Wifi connection
# /etc/modprobe.d/iwlwifi-opt.conf
options iwlwifi bt_coex_active=Y
var path = require('path')
module.exports = {
'config': path.resolve('server', 'config', 'database.json'),
'migrations-path': path.resolve('server', 'migrations'),
'models-path': path.resolve('server', 'models'),
'seeders-path': path.resolve('server', 'seeders'),
}