mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
10 lines
249 B
Bash
10 lines
249 B
Bash
#!/usr/bin/env bashio
|
|
|
|
bashio::log.warning "Warning - minimum configuration recommended : 2 cpu cores and 4 GB of memory. Otherwise the system will become unresponsive and crash."
|
|
|
|
##############
|
|
# LAUNCH APP #
|
|
##############
|
|
|
|
node ./dist/server.js
|