Skip to content

Commit

Permalink
feat: add env configuration from shared
Browse files Browse the repository at this point in the history
  • Loading branch information
rsaz committed Sep 9, 2024
1 parent 185efad commit 880d405
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion expressots.config.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
import { ExpressoConfig, Pattern } from "./src/types";
import { ExpressoConfig, Pattern } from "@expressots/shared";

const config: ExpressoConfig = {
sourceRoot: "src",
scaffoldPattern: Pattern.KEBAB_CASE,
opinionated: false,
env: {
development: ".env.development",
production: ".env.production",
},
/* scaffoldSchematics: {
entity: "model",
provider: "adapter",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"dependencies": {
"@expressots/boost-ts": "1.3.0",
"@expressots/shared": "file:../shared/expressots-shared-0.0.1-beta.tgz",
"@expressots/shared": "file:../shared/expressots-shared-0.0.1-beta.1.tgz",
"axios": "^1.7.3",
"chalk-animation": "2.0.3",
"cli-progress": "3.12.0",
Expand Down

0 comments on commit 880d405

Please sign in to comment.