init
This commit is contained in:
12
template/package.json
Normal file
12
template/package.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "<@var(context.project.name)>",
|
||||
"private": true,
|
||||
"workspaces": [
|
||||
"apps/*",
|
||||
"packages/*"
|
||||
],
|
||||
"scripts": {
|
||||
"dev": "bun run --filter '*' dev",
|
||||
"build": "bun run --filter '*' build"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user