1
0
mirror of https://gitlab.com/comunic/comunicapiv2 synced 2024-11-21 21:09:22 +00:00

Update my computer

This commit is contained in:
Pierre HUBERT 2020-06-09 17:42:53 +02:00
parent ed2bef1979
commit 45955cf524
3 changed files with 501 additions and 180 deletions

676
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -14,7 +14,8 @@
"express-ws": "^4.0.0",
"mysql": "^2.18.1",
"sharp": "^0.25.2",
"typescript": "^3.8.3"
"typescript": "^3.8.3",
"webpack-cli": "^3.3.4"
},
"devDependencies": {
"@types/express": "^4.17.3",

View File

@ -1,2 +1,2 @@
#!/bin/bash
NODE_ENV=development webpack
NODE_ENV=development node_modules/.bin/webpack