rajt 0.0.80 → 0.0.81
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -282,7 +282,7 @@ function getAssetChangeMessage(
|
|
|
282
282
|
|
|
283
283
|
export async function watch(cb: (e: ChokidarEventName | string, file: string) => Promise<void>) {
|
|
284
284
|
const codeWatcher = chokidar.watch([
|
|
285
|
-
join(_root, '{actions,features,routes,configs,enums,locales,middlewares,models,utils}/**/*.ts'),
|
|
285
|
+
join(_root, '{actions,features,routes,configs,enums,libs,locales,middlewares,models,utils}/**/*.ts'),
|
|
286
286
|
join(_root, '.env.dev'),
|
|
287
287
|
join(_root, '.env.prod'),
|
|
288
288
|
join(_root, 'package.json'),
|