From 4fdd0133a379d2611d68192fa824564b362c39d4 Mon Sep 17 00:00:00 2001 From: "thomashii@dukefirehawk.com" Date: Mon, 13 Nov 2023 10:10:06 +0800 Subject: [PATCH] Fixed pubspec issue --- packages/hot/pubspec.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/hot/pubspec.yaml b/packages/hot/pubspec.yaml index 0990db99..4fb942d6 100644 --- a/packages/hot/pubspec.yaml +++ b/packages/hot/pubspec.yaml @@ -19,11 +19,11 @@ dependencies: dev_dependencies: http: ^1.0.0 lints: ^2.1.0 -dependency_overrides: +#dependency_overrides: # angel3_container: # path: ../container/angel_container - angel3_framework: - path: ../framework +# angel3_framework: +# path: ../framework # angel3_http_exception: # path: ../http_exception # angel3_model: