File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,7 @@ if (process.env['NODE_ENV'] !== 'production') {
120
120
121
121
app . listen ( port , ( ) => {
122
122
console . log ( `Started on :${ port } ` )
123
- console . log ( `Watching ${ file } ... ` )
123
+ console . log ( `http://localhost: ${ port } / ` )
124
124
console . log ( routes ( db ) . join ( '\n' ) )
125
+ console . log ( `Watching ${ file } ...` )
125
126
} )
Original file line number Diff line number Diff line change 7
7
< link href ="/output.css " rel ="stylesheet " />
8
8
</ head >
9
9
10
- < body class ="container mx-auto prose pt-6 bg-white text-gray -900 ">
10
+ < body class ="container mx-auto prose dark:prose-invert dark:bg-slate-900 pt-6 bg-white text-slate -900 ">
11
11
< header >
12
12
< nav class ="mx-auto flex items-center justify-between ">
13
13
< strong > JSON Server {:.:}</ strong >
You can’t perform that action at this time.
0 commit comments