11 lines
195 B
JSON
11 lines
195 B
JSON
{
|
|
"name": "spa-shell-example",
|
|
"scripts": {
|
|
"start": "bun run src/server/index.ts",
|
|
"dev": "bun run --hot src/server/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"hype": "link:../.."
|
|
}
|
|
}
|