mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-25 06:18:45 +08:00
feat: init package cli (#1646)
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "@affine/cli",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"bin": {
|
||||
"dev-web": "./src/dev.mjs"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "node ./src/dev.mjs"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@clack/core": "^0.3.2",
|
||||
"@clack/prompts": "^0.6.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user