Update Dockerfile.embedr to work with pnpm (#10554)

This commit is contained in:
DS Boyce
2026-05-20 02:03:37 -07:00
committed by GitHub
parent 20f1c60782
commit 2f80d983d3
3 changed files with 9 additions and 4 deletions
+1
View File
@@ -3,6 +3,7 @@
"target": "ES2015",
"lib": ["DOM", "ESNext"],
"strict": true,
"rootDir": "snippet",
"outDir": "dist"
},
"include": ["snippet"]