feat: add minimum API and web GUI
This commit is contained in:
14
apps/web/package.json
Normal file
14
apps/web/package.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "@devflow/web",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "vite build",
|
||||
"dev": "vite --host 127.0.0.1",
|
||||
"test": "cd ../.. && vitest run --project apps/web"
|
||||
},
|
||||
"devDependencies": {
|
||||
"vite": "6.0.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user