mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
add api documentation page
This commit is contained in:
@@ -13,7 +13,7 @@ export default defineConfig({
|
||||
plugins: ["macros"],
|
||||
},
|
||||
}),
|
||||
eslint(),
|
||||
eslint({ exclude: ["**/node_modules/**"] }),
|
||||
tsconfigPaths(),
|
||||
visualizer(),
|
||||
],
|
||||
@@ -22,9 +22,11 @@ export default defineConfig({
|
||||
port: 8082,
|
||||
proxy: {
|
||||
"/rest": "http://localhost:8083",
|
||||
"/swagger": "http://localhost:8083",
|
||||
},
|
||||
},
|
||||
build: {
|
||||
chunkSizeWarningLimit: 1000,
|
||||
rollupOptions: {
|
||||
output: {
|
||||
manualChunks: id => {
|
||||
|
||||
Reference in New Issue
Block a user