Skip to content

Commit

Permalink
add ai form
Browse files Browse the repository at this point in the history
  • Loading branch information
breadchris committed Dec 9, 2023
1 parent d85195a commit 68e893e
Show file tree
Hide file tree
Showing 90 changed files with 7,383 additions and 5,481 deletions.
27 changes: 12 additions & 15 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Launch Package",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}/main.go",
"args": [
"studio"
]
}
]
"configurations": [{
"name": "Run Extension",
"type": "extensionHost",
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": [
"--extensionDevelopmentPath=${workspaceFolder}"
],
"outFiles": [
"${workspaceFolder}/studio/build/extension/**/*.js"
]
}]
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ npm install
npm run dev
```

Starts the studio frontend at http://localhost:8000.
Starts the studio frontend at http://localhost:8001.

### Haphazard notes
- "a framework to easily build small/modular grpc services" -> yes, i want to make it so you bring your code:
Expand Down
144 changes: 144 additions & 0 deletions gen/ai.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 68e893e

Please sign in to comment.