mirror of
https://github.com/inventree/InvenTree.git
synced 2026-09-02 02:01:20 +00:00
* bump ci versions * bump installer version * bump tooling version ref * bump doc refs * bump / refactor code refs * bump debug ref * remove now unneeded deps * bump release version * remove distutils * fix finder call * remove old compat code * add changelog entry * lower cov target for now
24 lines
520 B
TOML
24 lines
520 B
TOML
# Netlify configuration file
|
|
# https://www.netlify.com/docs/netlify-toml-reference/
|
|
|
|
[build]
|
|
command = "yarn run extract && yarn run compile && yarn run build --outDir dist"
|
|
publish = "dist"
|
|
|
|
[build.environment]
|
|
VITE_DEMO = "true"
|
|
PYTHON_VERSION = "3.12"
|
|
|
|
# Send requests to subpath
|
|
|
|
[[redirects]]
|
|
from = "/*"
|
|
to = "/index.html"
|
|
status = 200
|
|
|
|
[[plugins]]
|
|
package = "@netlify/plugin-lighthouse"
|
|
|
|
[plugins.inputs.settings]
|
|
preset = "desktop" # Optionally run Lighthouse using a desktop configuration
|