keycloak-scim/snowpack.config.js
Erik Jan de Wit 513aa2ba91
initial version of the create client create page (#47)
* initial version of the create client role page

* added types and sort function

* updated types

* added steps

* added save function

* fix error message
2020-08-31 14:26:25 -04:00

11 lines
210 B
JavaScript

module.exports = {
"extends": "@snowpack/app-scripts-react",
"scripts": {
"build:css": "postcss"
},
"proxy": {
"/admin": process.env.BACKEND_URL
},
"plugins": ["@snowpack/plugin-parcel"]
}