Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LlamaIndexTS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mirrored_repos
MachineLearning
run-llama
LlamaIndexTS
Commits
ab3419ab
Commit
ab3419ab
authored
1 year ago
by
Marcus Schiesser
Browse files
Options
Downloads
Patches
Plain Diff
fix: removed launch.json
parent
457fe153
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.vscode/launch.json
+0
-32
0 additions, 32 deletions
.vscode/launch.json
with
0 additions
and
32 deletions
.vscode/launch.json
deleted
100644 → 0
+
0
−
32
View file @
457fe153
{
"version"
:
"0.2.0"
,
"configurations"
:
[
{
"name"
:
"Next.js: debug server-side"
,
"type"
:
"node-terminal"
,
"request"
:
"launch"
,
"cwd"
:
"${workspaceFolder}/packages/create-llama/templates/streaming/nextjs"
,
//
Add
this
line
to
set
the
current
working
directory
to
the
desired
folder
"command"
:
"pnpm run dev"
},
{
"name"
:
"Next.js: debug client-side"
,
"type"
:
"chrome"
,
"request"
:
"launch"
,
"url"
:
"http://localhost:3000"
},
{
"name"
:
"Next.js: debug full stack"
,
"type"
:
"node-terminal"
,
"request"
:
"launch"
,
"command"
:
"pnpm run dev"
,
"serverReadyAction"
:
{
"pattern"
:
"started server on .+, url: (https?://.+)"
,
"uriFormat"
:
"%s"
,
"action"
:
"debugWithChrome"
}
}
],
"runtimeArgs"
:
[
"--preserve-symlinks"
]
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment