File tree 2 files changed +14
-0
lines changed
2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "version" : " 0.2.0" ,
3
+ "configurations" : [
4
+ {
5
+ "type" : " node" ,
6
+ "request" : " attach" ,
7
+ "name" : " Launch Program" ,
8
+ "skipFiles" : [" <node_internals>/**" ],
9
+ "port" : 9229
10
+ }
11
+ ]
12
+ }
Original file line number Diff line number Diff line change 15
15
},
16
16
"scripts" : {
17
17
"dev" : " npm run clean && next dev" ,
18
+ "dev:debug" : " NODE_OPTIONS='--inspect' next dev" ,
18
19
"build" : " npm run clean && next build" ,
19
20
"start" : " next start -p 8080" ,
20
21
"indev" : " next start -p 3012" ,
21
22
"static" : " cross-env-shell \" npm run build && next export -o $npm_package_config_static_out\" " ,
22
23
"serve-static" : " cross-env-shell \" serve $npm_package_config_static_out\" " ,
23
24
"clean" : " cross-env-shell \" rimraf .next && rimraf $npm_package_config_static_out\" " ,
25
+ "clean:light" : " cross-env-shell \" rimraf .next/* && rimraf $npm_package_config_static_out/*\" " ,
24
26
"preinstall" : " node ./.scripts/nodeVersionCheck.js && node ./.scripts/npmVersionCheck.js"
25
27
},
26
28
"dependencies" : {
You can’t perform that action at this time.
0 commit comments