build(): add & update configuration files.

This commit is contained in:
Aleksander Wilczyński 2024-11-08 23:55:09 +01:00
parent ef86986b56
commit 801b6a1473
Signed by: alekswilc
GPG Key ID: D4464A248E5F27FE
4 changed files with 17 additions and 1 deletions

10
.fleet/run.json Normal file
View File

@ -0,0 +1,10 @@
{
"configurations": [
{
"type": "npm",
"name": "start",
"command": "run",
"scripts": "start",
},
]
}

View File

@ -5,7 +5,7 @@
"scripts": { "scripts": {
"build": "yarn workspace backend build && yarn workspace frontend build", "build": "yarn workspace backend build && yarn workspace frontend build",
"postbuild": "copyfiles --error --up 1 ./LICENSES/* ./dist/LICENSES/", "postbuild": "copyfiles --error --up 1 ./LICENSES/* ./dist/LICENSES/",
"start": "concurrently --kill-others-on-fail \"yarn workspace backend start\" \"yarn workspace frontend start\"" "start": "concurrently --kill-others-on-fail \"yarn workspace backend start\" \"yarn workspace frontend dev\""
}, },
"workspaces": [ "workspaces": [
"packages/backend", "packages/backend",

View File

@ -18,6 +18,7 @@
"match-sorter": "^6.3.1", "match-sorter": "^6.3.1",
"react": "^18.2.0", "react": "^18.2.0",
"react-apexcharts": "^1.4.1", "react-apexcharts": "^1.4.1",
"react-country-flag": "^3.1.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1", "react-hot-toast": "^2.4.1",
"react-i18next": "^15.0.2", "react-i18next": "^15.0.2",

View File

@ -2305,6 +2305,11 @@ react-apexcharts@^1.4.1:
dependencies: dependencies:
prop-types "^15.8.1" prop-types "^15.8.1"
react-country-flag@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/react-country-flag/-/react-country-flag-3.1.0.tgz#f0c4c332934a77d3e894ba4800634f7a887e53d4"
integrity sha512-JWQFw1efdv9sTC+TGQvTKXQg1NKbDU2mBiAiRWcKM9F1sK+/zjhP2yGmm8YDddWyZdXVkR8Md47rPMJmo4YO5g==
react-dom@^18.2.0: react-dom@^18.2.0:
version "18.3.1" version "18.3.1"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.3.1.tgz#c2265d79511b57d479b3dd3fdfa51536494c5cb4" resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.3.1.tgz#c2265d79511b57d479b3dd3fdfa51536494c5cb4"