Skip to content

Commit

Permalink
fix: Move type generation to rest-presenter directory
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-code-labx committed Jun 6, 2024
1 parent d28e74c commit 0b57273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/rest-presenter.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
'generator' => [
'path' => env('REST_PRESENTER_GENERATOR_PATH', 'app/Api'),
'namespace' => env('REST_PRESENTER_GENERATOR_NAMESPACE', 'App\Api'),
'ts_types_path' => env('REST_PRESENTER_GENERATOR_TS_TYPES_PATH', 'types'),
'ts_types_path' => env('REST_PRESENTER_GENERATOR_TS_TYPES_PATH', 'rest-presenter/types'),
'ts_types_keyword' => env('REST_PRESENTER_GENERATOR_TS_TYPES_KEYWORD', 'interface'),
'ts_types_trailing_semicolon' => env('REST_PRESENTER_GENERATOR_TS_TYPES_TRAILING_SEMICOLON', true),
'test_path' => env('REST_PRESENTER_GENERATOR_TEST_PATH', 'tests/Feature/Api/v1'),
Expand Down

0 comments on commit 0b57273

Please sign in to comment.