1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 20:59:44 +02:00

Update server scaffold

This commit is contained in:
Maksim Eltyshev 2019-10-14 21:50:52 +05:00
parent 749ab6119e
commit 18804fb059
6 changed files with 352 additions and 326 deletions

11
server/.npmrc Normal file
View file

@ -0,0 +1,11 @@
######################
# ╔╗╔╔═╗╔╦╗┬─┐┌─┐ #
# ║║║╠═╝║║║├┬┘│ #
# o╝╚╝╩ ╩ ╩┴└─└─┘ #
######################
# Hide NPM log output unless it is related to an error of some kind:
loglevel=error
# Make "npm audit" an opt-in thing for subsequent installs within this app:
audit=false