listmonk/frontend/email-builder
dependabot[bot] fb60455d10
Bump vite from 5.4.18 to 5.4.20 in /frontend/email-builder (#2660)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.18 to 5.4.20.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.20/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.20/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.20
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-29 20:23:14 +05:30
..
src Refactor 'media upload' integration in campaign visual editor. 2025-04-20 20:48:51 +05:30
index.html Move email-builder src from / to /frontend. 2025-04-20 20:48:51 +05:30
LICENSE Move email-builder src from / to /frontend. 2025-04-20 20:48:51 +05:30
package.json Bump vite from 5.4.18 to 5.4.20 in /frontend/email-builder (#2660) 2025-09-29 20:23:14 +05:30
README.md Move email-builder src from / to /frontend. 2025-04-20 20:48:51 +05:30
tsconfig.json Move email-builder src from / to /frontend. 2025-04-20 20:48:51 +05:30
vite.config.ts Prepare first RC. 2025-04-20 20:48:51 +05:30
yarn.lock Bump vite from 5.4.18 to 5.4.20 in /frontend/email-builder (#2660) 2025-09-29 20:23:14 +05:30

@usewaypoint/editor-sample

Use this as a sample to self-host EmailBuilder.js.

To run this locally, fork the repository and then in this directory run:

  • npm install
  • npx vite

Once the server is running, open http://localhost:5173/email-builder-js/ in your browser.