feat: Update docker-entrypoint.sh and vite.config.ts for improved runtime handling and API navigation
This commit is contained in:
@@ -22,6 +22,9 @@ export default defineConfig({
|
||||
globPatterns: [
|
||||
'**/*.{js,css,html,ico,png,svg,webmanifest}',
|
||||
],
|
||||
navigateFallbackDenylist: [
|
||||
/^\/api/,
|
||||
],
|
||||
},
|
||||
|
||||
manifest: {
|
||||
|
||||
Reference in New Issue
Block a user