Skip to content

Commit e366c49

Browse files
authored
chore: unify sandbox (#13012)
1 parent bc1624f commit e366c49

19 files changed

+65
-152
lines changed

.vscode/launch.json

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
11
{
22
"version": "0.2.0",
33
"configurations": [
4-
{
5-
"type": "chrome",
6-
"request": "launch",
7-
"name": "Playground: Browser",
8-
"url": "http://localhost:10001"
9-
},
10-
{
11-
"type": "node",
12-
"request": "launch",
13-
"runtimeArgs": ["--watch"],
14-
"name": "Playground: Server",
15-
"outputCapture": "std",
16-
"program": "start.js",
17-
"cwd": "${workspaceFolder}/playgrounds/demo",
18-
"cascadeTerminateToConfigurations": ["Playground: Browser"]
19-
},
204
{
215
"type": "node",
226
"request": "launch",
@@ -26,11 +10,5 @@
2610
"NODE_OPTIONS": "--stack-trace-limit=10000"
2711
}
2812
}
29-
],
30-
"compounds": [
31-
{
32-
"name": "Playground: Full",
33-
"configurations": ["Playground: Server", "Playground: Browser"]
34-
}
3513
]
3614
}

playgrounds/demo/.gitignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

playgrounds/demo/package.json

Lines changed: 0 additions & 22 deletions
This file was deleted.

playgrounds/demo/tsconfig.json

Lines changed: 0 additions & 17 deletions
This file was deleted.

playgrounds/sandbox/.gitignore

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
input/*
2-
output/*
3-
!.gitkeep
1+
/dist/client/*
2+
/dist/server/*
3+
/output
4+
/src/*

playgrounds/sandbox/.prettierignore

Lines changed: 0 additions & 2 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.

playgrounds/sandbox/input/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)