We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
src/*
1 parent 39ca9fa commit fc4fa81Copy full SHA for fc4fa81
.vscode/tasks.json
@@ -0,0 +1,18 @@
1
+{
2
+ "version": "2.0.0",
3
+ "tasks": [
4
+ {
5
+ "label": "Start App",
6
+ "type": "shell",
7
+ "group": "build",
8
+ "command": "npm run build:watch",
9
+ "presentation": {
10
+ "reveal": "always",
11
+ "panel": "new"
12
+ },
13
+ "runOptions": {
14
+ "runOn": "folderOpen",
15
+ }
16
17
+ ]
18
+}
package.json
@@ -17,6 +17,7 @@
"./package.json": "./package.json"
},
19
"files": [
20
+ "src/*",
21
"dist/src/*",
22
"dist/types/*",
23
"bin/*"
0 commit comments