build(): license changes #53

Merged
alekswilc merged 1 commits from v3 into preview 2024-11-09 23:42:06 +01:00
4 changed files with 3208 additions and 3 deletions
Showing only changes of commit 68b1166b79 - Show all commits

View File

@ -4,7 +4,7 @@
"main": "dist/index.js",
"scripts": {
"build": "yarn workspace backend build && yarn workspace frontend build",
"postbuild": "copyfiles --error ./LICENSE ./dist",
"postbuild": "copyfiles --error ./LICENSE.txt ./dist && copyfiles --error ./LICENSE.txt ./dist/frontend/",
"start": "concurrently --kill-others-on-fail \"yarn workspace backend start\" \"yarn workspace frontend dev\""
},
"workspaces": [

View File

@ -6,8 +6,7 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"postbuild": "copyfiles --error ../../LICENSE ../../dist/frontend"
"preview": "vite preview"
},
"dependencies": {
"apexcharts": "^3.41.0",

3206
yarn-error.log Normal file

File diff suppressed because it is too large Load Diff