1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/outline_ynh.git synced 2024-09-03 19:56:12 +02:00

Add webpack-cli dependancy

This commit is contained in:
Limezy 2021-09-21 15:47:48 +02:00
parent 697edfc757
commit 038d391023

View file

@ -5,7 +5,7 @@
#=================================================
# dependencies used by the app
pkg_dependencies="postgresql postgresql-client redis-server redis-tools"
pkg_dependencies="postgresql postgresql-client redis-server redis-tools webpack-cli"
NODEJS_VERSION=14
#=================================================