systeme de point
1628
node_modules/.package-lock.json
generated
vendored
1631
package-lock.json
generated
|
@ -7,7 +7,8 @@
|
|||
"doc": "doc"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "nodemon main.js"
|
||||
"start": "pm2 start main.js",
|
||||
"stop": "pm2 stop main.js"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
|
@ -20,7 +21,8 @@
|
|||
"express-session": "^1.17.3",
|
||||
"mongodb": "^4.17.1",
|
||||
"mongoose": "^6.12.2",
|
||||
"multer": "^1.4.5-lts.1"
|
||||
"multer": "^1.4.5-lts.1",
|
||||
"pm2": "^5.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nodemon": "^3.0.1"
|
||||
|
|
Before Width: | Height: | Size: 0 B After Width: | Height: | Size: 40 KiB |
Before Width: | Height: | Size: 0 B After Width: | Height: | Size: 186 KiB |
Before Width: | Height: | Size: 0 B After Width: | Height: | Size: 36 KiB |
Before Width: | Height: | Size: 0 B After Width: | Height: | Size: 767 B |
Before Width: | Height: | Size: 0 B After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 0 B After Width: | Height: | Size: 15 KiB |
|
@ -0,0 +1 @@
|
|||
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title><%= Title %></title>
|
||||
<link rel="icon" type="image/x-icon" href="favicon_ico/favicon.ico">
|
||||
<link rel="icon" type="image/x-icon" href="favicon_io/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="css/base.css">
|
||||
<script src="js/Titre_Accueil.js" defer></script>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
|
|