mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
parent
c9a2d439e5
commit
d296918fcd
3 changed files with 18 additions and 11 deletions
23
.vscode/launch.json
vendored
23
.vscode/launch.json
vendored
|
@ -1,12 +1,23 @@
|
||||||
{
|
{
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"configurations": [
|
"configurations": [
|
||||||
{
|
{
|
||||||
"name" : "Attach to meteor",
|
"type": "chrome",
|
||||||
"type" : "node",
|
"request": "launch",
|
||||||
"request" : "attach",
|
"name": "Meteor: Chrome",
|
||||||
"port" : 9229
|
"url": "http://localhost:3000",
|
||||||
}
|
"webRoot": "${workspaceFolder}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "node",
|
||||||
|
"request": "launch",
|
||||||
|
"name": "Meteor: Node",
|
||||||
|
"runtimeExecutable": "/home/wekan/.meteor/meteor",
|
||||||
|
"runtimeArgs": ["run", "--inspect-brk=9229"],
|
||||||
|
"outputCapture": "std",
|
||||||
|
"port": 9229,
|
||||||
|
"timeout": 60000
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"compounds": [
|
"compounds": [
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
SET ROOT_URL=http://localhost
|
|
||||||
SET WITH_API=true
|
|
||||||
SET PORT=80
|
|
||||||
meteor --port 80 debug
|
|
|
@ -1 +1 @@
|
||||||
{}
|
{}
|
Loading…
Add table
Add a link
Reference in a new issue