Skip to content

Commit

Permalink
Add support for tlds
Browse files Browse the repository at this point in the history
  • Loading branch information
Tzal3x committed Jul 20, 2024
1 parent ac19d39 commit 0babe74
Show file tree
Hide file tree
Showing 5 changed files with 2,627 additions and 2,666 deletions.
4 changes: 3 additions & 1 deletion portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"copy-webpack-plugin": "^12.0.2",
"css-minimizer-webpack-plugin": "^6.0.0",
"html-minimizer-webpack-plugin": "^5.0.0",
"vitest": "^2.0.3",
"webpack": "^5.92.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.2",
Expand All @@ -22,6 +23,7 @@
"build": "pnpm build:prod",
"dev": "pnpm build:dev",
"build:dev": "webpack --config webpack.config.dev.js",
"build:prod": "webpack --no-watch --config webpack.config.prod.js"
"build:prod": "webpack --no-watch --config webpack.config.prod.js",
"test": "vitest"
}
}
Loading

0 comments on commit 0babe74

Please sign in to comment.