mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: ejs support in html files (#7822)
This commit is contained in:
parent
65bc500598
commit
6b523563d8
4 changed files with 240 additions and 19 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue