diff --git a/.prettierignore b/.prettierignore deleted file mode 100644 index 9b1e27be..00000000 --- a/.prettierignore +++ /dev/null @@ -1,35 +0,0 @@ -.DS_Store -node_modules -dist -coverage -docs -storybook-static -docker/**/data -types -.turbo -*.vsix -build -.docusaurus -.cache-loader - -packages-external -packages/erd-editor-vscode/public -packages/erd-editor-vscode/public-legacy - -# Log files -npm-debug.log* -yarn-debug.log* -yarn-error.log* - -# Editor directories and files -.idea - -.vscode/* -!.vscode/launch.json -!.vscode/tasks.json - -*.suo -*.ntvs* -*.njsproj -*.sln -*.sw? diff --git a/packages/erd-editor-app/package.json b/packages/erd-editor-app/package.json index fc7558c3..7e00efdd 100644 --- a/packages/erd-editor-app/package.json +++ b/packages/erd-editor-app/package.json @@ -12,6 +12,7 @@ "dependencies": { "@dineug/erd-editor": "workspace:*", "@dineug/erd-editor-shiki-worker": "workspace:*", + "@dineug/shared": "workspace:*", "@emotion/react": "^11.11.3", "@radix-ui/react-icons": "^1.3.0", "@radix-ui/themes": "^2.0.3", @@ -25,6 +26,7 @@ "nanoid": "^5.0.4", "react": "^18.2.0", "react-dom": "^18.2.0", + "socket.io-client": "^4.7.2", "workbox-core": "^7.0.0", "workbox-precaching": "^7.0.0", "workbox-window": "^7.0.0" diff --git a/packages/erd-editor-app/public/index.html b/packages/erd-editor-app/public/index.html index 656edf12..ebace460 100644 --- a/packages/erd-editor-app/public/index.html +++ b/packages/erd-editor-app/public/index.html @@ -16,19 +16,6 @@
- - - + <%= gtag %>