Add webUI into binary

To get the most simple deployment of excalidraw, the binary should ship
all components (webUI, socket.io, data storage).
This commit is contained in:
patwie
2024-03-29 09:39:22 +00:00
parent 36e3ecb5c7
commit 2dd1421b6e
7 changed files with 74 additions and 39 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ package memory
import (
"context"
"excalidraw-backend/core"
"excalidraw-complete/core"
"fmt"
"github.com/oklog/ulid/v2"