chore(setup): convert package.json to Bun and add bun.lockb #2
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",
|
"name": "lf10-starter2024",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"ng": "ng",
|
"ng": "bunx @angular/cli",
|
||||||
"start": "ng serve --proxy-config src/proxy.conf.json",
|
"start": "bunx @angular/cli serve --proxy-config src/proxy.conf.json",
|
||||||
"build": "ng build",
|
"build": "bunx @angular/cli build",
|
||||||
"watch": "ng build --watch --configuration development",
|
"watch": "bunx @angular/cli build --watch --configuration development",
|
||||||
"test": "ng test"
|
"test": "bunx @angular/cli test"
|
||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user