Skip to content

Commit bb4a375

Browse files
authored
Merge pull request #8 from formidablejs/feature/config-clean-up
Feature/config clean up
2 parents 334a5cb + 1c26696 commit bb4a375

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
- [ ] New feature (non-breaking change which adds functionality)
2525
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
2626
- [ ] This change requires a documentation update
27+
- [ ] Maintenance task (non-breaking & no new features)
2728

2829
## Checklist:
2930

formidable/config.imba

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import { env } from '@formidablejs/framework'
2-
31
export default {
42
# --------------------------------------------------------------------------
53
# Default Log Channel

formidable/config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import { env } from '@formidablejs/framework'
2-
31
export default {
42
/*
53
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)