2
0
mirror of https://github.com/ad1217/PrinterStatus synced 2024-11-14 04:13:30 -05:00
Commit Graph

15 Commits

Author SHA1 Message Date
32b0fd851d Convert to ESM, bump node-fetch and pretty-ms
Both packages are now ESM only
2022-10-24 18:29:57 -04:00
b25613d988 Use @types/mp4frag definitions instead of local .d.ts file 2022-10-24 18:29:37 -04:00
ea702f79ea Bump dependencies 2022-10-24 17:04:49 -04:00
eddad957b7 Bump dependencies 2022-08-23 16:22:41 -04:00
8d41813759 Bump dependencies 2022-08-23 16:22:41 -04:00
70a16a45ba server: Switch to ts-node-dev for automatic reloading 2022-08-23 16:22:41 -04:00
11996e5174 Compile and run server directly for prod, instead of using ts-node 2022-08-23 16:22:27 -04:00
8b0c37476f Bump dependencies 2022-01-04 22:18:47 -05:00
310344a450 Use pnpm --parallel instead of concurrently 2022-01-04 21:37:07 -05:00
cc0f6d90d0 Re-stream webcams with ffmpeg and stream them via hls.js
This should result in a significant decrease in bandwidth
requirements, as well as providing the ability to reconnect to streams
2021-11-08 20:21:03 -05:00
ecd5185dc4 server: Switch from generic http-proxy to mjpeg-proxy for webcam streams 2021-11-03 19:36:25 -04:00
5d19c77dce server: Move source to src folder 2021-11-03 18:55:58 -04:00
7f2c4f48b2 server: Remove pretty-ms and node-gyp dependencies
Left over from when server and client shared dependencies
2021-11-03 18:55:58 -04:00
d26f126358 server: Move ts-node to devDependencies 2021-11-03 18:55:53 -04:00
0b2919abf5 Switch to Vite bundler, upgrade to Vue3, and split server into subfolder 2021-10-13 23:23:57 -04:00