Skip to content

Commit

Permalink
fix(env): docker env issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tikazyq committed Dec 9, 2022
1 parent c7b348e commit d8c6104
Show file tree
Hide file tree
Showing 3 changed files with 315 additions and 3 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crawlab-ui",
"version": "0.6.0-25",
"version": "0.6.0-26",
"private": false,
"author": {
"name": "Marvin Zhang",
Expand Down Expand Up @@ -37,6 +37,7 @@
"scripts": {
"serve": "vite --debug",
"serve:local": "vite serve --port=8081 --mode local",
"serve:dist": "serve dist",
"gen:index": "node ./scripts/gen-index.js",
"gen:svg": "node ./scripts/gen-svg.js",
"gen:dts": "node ./scripts/gen-dts.js",
Expand Down Expand Up @@ -130,6 +131,7 @@
"node-sass": "^8.0.0",
"rd": "^2.0.1",
"sass": "^1.56.1",
"serve": "^14.1.2",
"ts-morph": "^12.0.0",
"typescript": "^4.6.4",
"vite": "^3.2.4",
Expand Down
Loading

0 comments on commit d8c6104

Please sign in to comment.