fix(admin-ui): changelog build context — copy script + CI before_script
This commit is contained in:
@@ -74,12 +74,6 @@ export default defineConfig({
|
||||
server: {
|
||||
host: '0.0.0.0',
|
||||
port: 5173,
|
||||
fs: {
|
||||
// Allow importing files outside admin-ui (e.g. ../docs/changelog.md
|
||||
// для WhatsNewButton — single source of truth для public changelog
|
||||
// живёт в docs/ чтобы mkdocs тоже его publish'ил).
|
||||
allow: ['..'],
|
||||
},
|
||||
proxy: {
|
||||
'/api': {
|
||||
target: process.env.VITE_API_PROXY ?? 'http://localhost:8080',
|
||||
|
||||
Reference in New Issue
Block a user