story-kit: merge 144_story_add_build_timestamp_and_persist_chat_history_across_rebuilds
This commit is contained in:
@@ -8,6 +8,7 @@ export default defineConfig(() => {
|
||||
plugins: [react()],
|
||||
define: {
|
||||
__STORYKIT_PORT__: JSON.stringify(String(backendPort)),
|
||||
__BUILD_TIME__: JSON.stringify(new Date().toISOString()),
|
||||
},
|
||||
server: {
|
||||
port: backendPort + 2172,
|
||||
|
||||
Reference in New Issue
Block a user