* bump tp v1.12.0 * code-generator and apiextensions-apiserver still on to 0.25.9 to allow code-generation on GH * bump go in github action and mini fix in UI * update UI Dockerfile --------- Co-authored-by: Ida Novindasari <idanovinda@gmail.com> |
||
|---|---|---|
| .. | ||
| src | ||
| .eslintignore | ||
| .eslintrc.yml | ||
| README.rst | ||
| package.json | ||
| webpack.config.js | ||
README.rst
This directory contains the EcmaScript frontend code of the PostgreSQL Operator UI and is only needed during build time.
The JavaScript application bundle (webpack) will be generated to ``operator_ui/static/build/app*.js`` by running:
.. code-block:: bash
$ npm install
$ npm run build
Frontend development is supported by watching the source code and continuously recompiling the webpack:
.. code-block:: bash
$ npm start