Update sign up message and available meetup location

This commit is contained in:
pikiou
2022-10-29 01:01:11 +02:00
parent 2a1d2ef49b
commit e6a049d0d1
39 changed files with 1014 additions and 498 deletions

View File

@@ -40,6 +40,7 @@
},
"scripts": {
"dev": "yarn dev:build && nodemon ./public/server",
"ser": "yarn dev:build && node ./public/server",
"dev:build": "cross-env NODE_ENV=development webpack --config ./webpack/server.config.ts",
"local-start": "cross-env LOCAL=true yarn build && node ./public/server",
"start": "node ./public/server",