Convert package json to bun, create bun.lock
This commit is contained in:
parent
3b669918d0
commit
dbab1bdf08
3 changed files with 2112 additions and 13388 deletions
2107
frontend/bun.lock
Normal file
2107
frontend/bun.lock
Normal file
File diff suppressed because it is too large
Load diff
13383
frontend/package-lock.json
generated
13383
frontend/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -2,11 +2,11 @@
|
|||
"name": "lf10-starter2024",
|
||||
"version": "0.0.0",
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "ng serve --proxy-config src/proxy.conf.json",
|
||||
"build": "ng build",
|
||||
"watch": "ng build --watch --configuration development",
|
||||
"test": "ng test"
|
||||
"ng": "bunx @angular/cli",
|
||||
"start": "bunx @angular/cli serve --proxy-config src/proxy.conf.json",
|
||||
"build": "bunx @angular/cli build",
|
||||
"watch": "bunx @angular/cli build --watch --configuration development",
|
||||
"test": "bunx @angular/cli test"
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
|
|
Reference in a new issue