-
Notifications
You must be signed in to change notification settings - Fork 265
Description
Hi,
First off, thank you for creating this.. I ran yarn build
yarn run v1.22.22
$ tsc && vite build
vite v5.2.7 building for production...
✓ 427 modules transformed.
dist/assets/manifest-BwaSAB0A.json 0.50 kB │ gzip: 0.25 kB
dist/index.html 1.01 kB │ gzip: 0.53 kB
dist/assets/favicon-BiRKdstg.ico 4.29 kB
dist/assets/logo192-DLMsI3rD.png 9.03 kB
dist/assets/index-CP15VwhS.css 37.29 kB │ gzip: 6.82 kB
dist/assets/index-CRWf_PYf.js 1,782.42 kB │ gzip: 558.81 kB
(!) Some chunks are larger than 500 kB after minification. Consider:
- Using dynamic import() to code-split the application
- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
✓ built in 8.02s
Done in 11.22s.
but instead of "build" directory it created a "dist" directory.. I copied all the files to a subdirectory in my my domain root folder called "invoice" to test but it's not opening. My server is running nginx
Anything I missed out? Thanks