waveterm/frontend/app/view/term
Evan Simkowitz 8971e2feba
Set up electron-builder for new app (#113)
Adds electron-builder, which we will use to package and distribute our
application, same as in the existing app.
Replaces explicit port assignments with dynamic ones, which are then
stored into environment variables.
Adds a ~/.w2-dev folder for use when running a dev build.

The build-helper pipeline from the old repo is included here too, but it
is not updated yet so it will fail.

Also removes some redundant utility functions and cleans up some let vs.
const usage.

The packaging can be run using the `package:prod` and `package:dev`
tasks.

---------

Co-authored-by: sawka <mike.sawka@gmail.com>
2024-07-17 18:42:49 -07:00
..
fitaddon.ts move codeedit to directory. new useLongClick hook. show quick navig… (#105) 2024-07-08 23:13:12 -07:00
ijson.tsx move terminal into its own directory under view 2024-06-17 10:18:38 -07:00
term.less move codeedit to directory. new useLongClick hook. show quick navig… (#105) 2024-07-08 23:13:12 -07:00
term.tsx new wshrpc mechanism (#112) 2024-07-17 15:24:43 -07:00
termsticker.tsx Set up electron-builder for new app (#113) 2024-07-17 18:42:49 -07:00
termwrap.ts new wshrpc mechanism (#112) 2024-07-17 15:24:43 -07:00