Skip to content

Commit

Permalink
remove pharaoh static
Browse files Browse the repository at this point in the history
  • Loading branch information
codekeyz committed Jan 2, 2024
1 parent 603d331 commit 5537aab
Show file tree
Hide file tree
Showing 18 changed files with 4 additions and 866 deletions.
1 change: 1 addition & 0 deletions packages/pharaoh/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include: package:lints/core.yaml
2 changes: 1 addition & 1 deletion packages/pharaoh/lib/src/middleware/session_mw.dart
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Middleware sessionMdw({
final uuid = Uuid();

return (req, res, next) async {
void nextWithSession(Session session) async {
nextWithSession(Session session) {
req[RequestContext.sessionId] = session.id;
req[RequestContext.session] = session.._withStore(sessionStore);
return next((req: req, res: res));
Expand Down
1 change: 1 addition & 0 deletions packages/pharaoh/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ dependencies:

dev_dependencies:
spookie:
lints: ^3.0.0
3 changes: 0 additions & 3 deletions packages/pharaoh_static/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions packages/pharaoh_static/CHANGELOG.md

This file was deleted.

22 changes: 0 additions & 22 deletions packages/pharaoh_static/LICENSE

This file was deleted.

44 changes: 0 additions & 44 deletions packages/pharaoh_static/README.md

This file was deleted.

15 changes: 0 additions & 15 deletions packages/pharaoh_static/example/pharaoh_static_example.dart

This file was deleted.

1 change: 0 additions & 1 deletion packages/pharaoh_static/lib/pharaoh_static.dart

This file was deleted.

276 changes: 0 additions & 276 deletions packages/pharaoh_static/lib/src/static_handler.dart

This file was deleted.

8 changes: 0 additions & 8 deletions packages/pharaoh_static/lib/src/utils.dart

This file was deleted.

Binary file removed packages/pharaoh_static/public/dart.png
Binary file not shown.
Binary file removed packages/pharaoh_static/public/favicon.ico
Binary file not shown.
Loading

0 comments on commit 5537aab

Please sign in to comment.