feat(pbf): refactor

This commit is contained in:
dancingCycle 2024-01-22 17:03:55 +01:00
parent 5dcf1b67ac
commit 41b78ab63b
3 changed files with 2 additions and 14 deletions

11
pbf/package-lock.json generated
View File

@ -11,7 +11,6 @@
"dependencies": {
"debug": "4.3.4",
"dotenv": "16.3.1",
"fs": "0.0.1-security",
"pbf": "3.2.1"
},
"devDependencies": {
@ -146,11 +145,6 @@
"node": ">=8"
}
},
"node_modules/fs": {
"version": "0.0.1-security",
"resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz",
"integrity": "sha512-3XY9e1pP0CVEUCdj5BmfIZxRBTSDycnbqhIOGec9QYtmVH2fbLpj86CFWkrNOkt/Fvty4KZG5lTglL9j/gJ87w=="
},
"node_modules/fsevents": {
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
@ -552,11 +546,6 @@
"to-regex-range": "^5.0.1"
}
},
"fs": {
"version": "0.0.1-security",
"resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz",
"integrity": "sha512-3XY9e1pP0CVEUCdj5BmfIZxRBTSDycnbqhIOGec9QYtmVH2fbLpj86CFWkrNOkt/Fvty4KZG5lTglL9j/gJ87w=="
},
"fsevents": {
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",

View File

@ -16,7 +16,6 @@
"dependencies": {
"debug": "4.3.4",
"dotenv": "16.3.1",
"fs": "0.0.1-security",
"pbf": "3.2.1"
}
}

View File

@ -10,9 +10,9 @@ npm i
## Development setup
```
export DEBUG=$DEBUG,debug,pbf
npm run dev
DEBUG=debug,pbf npm run dev
```
## Production deployment
tbc