Skip to content

Commit

Permalink
refactor: export env/editor
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Oct 17, 2023
1 parent 70d4871 commit fd6234a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions modules/env/editor.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*
* @adonisjs/core
*
* (c) AdonisJS
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

export * from '@adonisjs/env/editor'
File renamed without changes.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
"./config": "./build/modules/config.js",
"./container": "./build/modules/container.js",
"./encryption": "./build/modules/encryption.js",
"./env": "./build/modules/env.js",
"./env": "./build/modules/env/main.js",
"./env/editor": "./build/modules/env/editor.js",
"./events": "./build/modules/events.js",
"./http": "./build/modules/http/main.js",
"./logger": "./build/modules/logger.js",
Expand Down

0 comments on commit fd6234a

Please sign in to comment.