File tree 3 files changed +23
-1
lines changed
3 files changed +23
-1
lines changed Original file line number Diff line number Diff line change
1
+ /*
2
+ * @adonisjs /core
3
+ *
4
+ * (c) AdonisJS
5
+ *
6
+ * For the full copyright and license information, please view the LICENSE
7
+ * file that was distributed with this source code.
8
+ */
9
+
10
+ export * from '@adonisjs/health'
Original file line number Diff line number Diff line change 56
56
"./repl" : " ./build/modules/repl.js" ,
57
57
"./package.json" : " ./package.json" ,
58
58
"./exceptions" : " ./build/src/exceptions.js" ,
59
- "./test_utils" : " ./build/src/test_utils/main.js"
59
+ "./test_utils" : " ./build/src/test_utils/main.js" ,
60
+ "./health" : " ./build/modules/health.js"
60
61
},
61
62
"scripts" : {
62
63
"pretest" : " npm run lint" ,
127
128
"@adonisjs/events" : " ^9.0.2" ,
128
129
"@adonisjs/fold" : " ^10.1.2" ,
129
130
"@adonisjs/hash" : " ^9.0.3" ,
131
+ "@adonisjs/health" : " ^1.0.0" ,
130
132
"@adonisjs/http-server" : " ^7.2.3" ,
131
133
"@adonisjs/logger" : " ^6.0.3" ,
132
134
"@adonisjs/repl" : " ^4.0.1" ,
Original file line number Diff line number Diff line change
1
+ /*
2
+ * @adonisjs /core
3
+ *
4
+ * (c) AdonisJS
5
+ *
6
+ * For the full copyright and license information, please view the LICENSE
7
+ * file that was distributed with this source code.
8
+ */
9
+
10
+ export * from '@adonisjs/health/types'
You can’t perform that action at this time.
0 commit comments