updated browserslist

This commit is contained in:
lora322 2025-09-06 16:54:39 +00:00 committed by GitHub
parent 4e819878ce
commit 588ffefe5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,9 +1,9 @@
{ {
"name": "app", "name": "app",
"version": "0.0.0", "version": "0.0.0",
"scripts": { "scripts": {
"build:production": "cd ./frontend && yarn install && yarn run build && rm -rf ./node_modules && cd ../backend && yarn install", "build:production": "cd ./frontend && yarn install && yarn run build && rm -rf ./node_modules && cd ../backend && yarn install",
"start:production": "cd ./backend && NODE_ENV=production yarn start" "start:production": "cd ./backend && NODE_ENV=production yarn start"
} },
"dependencies": {}
} }