Add package.json for workspace setup and update frontend scripts to use Bun
This commit is contained in:
17
package.json
Normal file
17
package.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "@albert-jeffers-studios/portfolio-site",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"ci-build:dist": "bun run build",
|
||||
"dev": "bun run dev",
|
||||
"start": "bun run start",
|
||||
"lint": "bun run lint",
|
||||
"lint:fix": "bun run lint:fix",
|
||||
"format": "bun run format"
|
||||
},
|
||||
"workspaces": [
|
||||
"frontend",
|
||||
"server"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user