chore: Remove node nodemon config

This commit is contained in:
Florian Zia 2024-03-13 17:58:41 +01:00
Родитель fcd9fa161b
Коммит 62e6285676
Не найден ключ, соответствующий данной подписи
3 изменённых файлов: 1 добавлений и 12 удалений

Просмотреть файл

@ -96,7 +96,7 @@ We track commits that are largely style/formatting via `.git-blame-ignore-revs`.
**_OR_**
Run in "dev mode", which loads unbundled client modules and uncompressed assets directly, and uses Nodemon to auto-restart the Express process when any server files change:
Run in "dev mode" with:
```sh
npm run dev

Просмотреть файл

@ -28,15 +28,6 @@
"build-glean-types": "node src/scripts/buildGleanTypes.js",
"build-glean-docs": "glean translate src/telemetry/metrics.yaml --format markdown --output docs"
},
"nodemonConfig": {
"watch": [
".env"
],
"env": {
"LIVE_RELOAD": true
},
"ext": "js,css,json,ftl,env"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mozilla/blurts-server.git"

Просмотреть файл

@ -1,5 +1,3 @@
@import "../client/css/variables.css";
/*
Josh's Custom CSS Reset
https://www.joshwcomeau.com/css/custom-css-reset/