fix: ejs support in html files (#7822)

This commit is contained in:
David Luzar 2024-03-28 14:58:47 +01:00 committed by GitHub
parent 65bc500598
commit 6b523563d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 240 additions and 19 deletions

View file

@ -25,7 +25,9 @@
"engines": {
"node": ">=18.0.0"
},
"dependencies": {},
"dependencies": {
"vite-plugin-html": "3.2.2"
},
"prettier": "@excalidraw/prettier-config",
"scripts": {
"build-node": "node ./scripts/build-node.js",