From 1fd115c8833c0c06ce4b45e34283fc299fb0524d Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Sat, 3 Dec 2022 17:48:25 +0800 Subject: [PATCH] build(ui): migrated to pnpm and vite --- frontend/{public => }/index.html | 16 +- frontend/package.json | 26 +- frontend/pnpm-lock.yaml | 3605 ++++++++++++++++++++++++ frontend/public/js/login-canvas.js | 258 ++ frontend/public/simplemde/simplemde.js | 15 + frontend/src/main.ts | 2 +- frontend/tsconfig.json | 10 +- frontend/vite.config.ts | 28 + 8 files changed, 3930 insertions(+), 30 deletions(-) rename frontend/{public => }/index.html (92%) create mode 100644 frontend/pnpm-lock.yaml create mode 100644 frontend/public/js/login-canvas.js create mode 100644 frontend/public/simplemde/simplemde.js create mode 100644 frontend/vite.config.ts diff --git a/frontend/public/index.html b/frontend/index.html similarity index 92% rename from frontend/public/index.html rename to frontend/index.html index 1e62fdd3..b2555649 100644 --- a/frontend/public/index.html +++ b/frontend/index.html @@ -1,18 +1,15 @@ - <%= htmlWebpackPlugin.options.title %> - - - - + + + Crawlab + + +