diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-05-22 20:20:38 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-05-22 20:20:38 +1000 |
| commit | 703750ea5de00354c6bb807f95e8bd9685b3dddd (patch) | |
| tree | 2947ae4040bd1a8339f4fa5c1b6903a1fdc81f34 /vite.config.js | |
| parent | 8ce802ef223ac082975da9d04f10e5dc78529410 (diff) | |
Up-propgate images for usage in parents without images
Also adjust vite config to avoid apparent redundant processing when
images are being downloaded.
Diffstat (limited to 'vite.config.js')
| -rw-r--r-- | vite.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vite.config.js b/vite.config.js index 25119dd..2e470fc 100644 --- a/vite.config.js +++ b/vite.config.js @@ -8,7 +8,7 @@ export default defineConfig({ '/data': 'http://localhost:8000', }, watch: { - ignored: ['**/imgsForReview/*', '**/imgsReviewed/*', '**/img/*'] + ignored: ['**/backend', '**/public'] }, }, //server: {open: true} //open browser when dev server starts |
