wrappid / wrappid-module

A boilerplate module built to be used with Wrappid framework projects, which enables simultaneous development of frontend and backend
https://www.github.com/wrappid
MIT License
10 stars 1 forks source link

enhancement: add `wrappid.conf.json` for module specific configurations #71

Closed anantakumarghosh closed 4 months ago

anantakumarghosh commented 4 months ago

Description

Currently there is no option to add module specific configurations, using wrappid.conf.json to let wrappiders add module specific configurations.

Proposed Solution

Proposed Structure:

{
  "app": {
    "dev": {},
    "stage": {},
    "prod": {}
  },
  "service": {
    "dev": {},
    "stage": {},
    "prod": {}
  }
}
anantakumarghosh commented 4 months ago

Closing as done.