Initial commit: add .gitignore and README
This commit is contained in:
9
package.json
Normal file
9
package.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name": "fusionagi",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@9.15.0",
|
||||
"scripts": {
|
||||
"dev": "pnpm --dir frontend dev",
|
||||
"build": "pnpm --dir frontend build"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user