audit fix, Makefile, typo in repo url

This commit is contained in:
gbrochar 2024-10-03 18:14:46 +02:00
parent 16d11a7e02
commit bb82f2dd4c
3 changed files with 4498 additions and 2445 deletions

9
Makefile Normal file
View File

@ -0,0 +1,9 @@
all: install start
install:
npm install
npm run build:server
npm run build:client
start:
npm start

6920
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -28,7 +28,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://git.gaetanbrochard.dev/gbrochar/weblgl.git" "url": "https://git.gaetanbrochard.dev/gbrochar/webgl.git"
}, },
"author": "gbrochar", "author": "gbrochar",
"license": "AGPL-3.0-only", "license": "AGPL-3.0-only",