mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
An open-source, cross-platform terminal for seamless workflows
accf67b597
Bumps the dev-dependencies group with 3 updates: [tsx](https://github.com/privatenumber/tsx), [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths). Updates `tsx` from 4.16.5 to 4.17.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/privatenumber/tsx/releases">tsx's releases</a>.</em></p> <blockquote> <h2>v4.17.0</h2> <h1><a href="https://github.com/privatenumber/tsx/compare/v4.16.5...v4.17.0">4.17.0</a> (2024-08-08)</h1> <h3>Features</h3> <ul> <li>upgrade esbuild to 0.23 (<a href="https://redirect.github.com/privatenumber/tsx/issues/615">#615</a>) (<a href=" |
||
---|---|---|
.github | ||
.storybook | ||
.vscode | ||
build | ||
cmd | ||
db | ||
emain | ||
frontend | ||
pkg | ||
public | ||
scripts/artifacts | ||
.editorconfig | ||
.gitignore | ||
.prettierignore | ||
.yarnrc.yml | ||
electron-builder.config.cjs | ||
electron.vite.config.ts | ||
eslint.config.js | ||
go.mod | ||
go.sum | ||
index.html | ||
LICENSE | ||
package.json | ||
prettier.config.cjs | ||
README.md | ||
Taskfile.yml | ||
tsconfig.json | ||
version.cjs | ||
vitest.config.ts | ||
yarn.lock |
The Next Wave
Prereqs:
You'll need to install "task" (which we're using as a build/run system):
brew install go-task
On first checkout:
yarn
go mod tidy
Then, run the following command to start the app using the Vite dev server (this will enable Hot Module Reloading):
task electron:dev
To run the app without the dev server, run the following instead:
task electron:start