Skip to content

Commit 566ac39

Browse files
feat(nl2sql): enable host option for development script (alibaba#2078)
feat(vite): enable host option for development script
1 parent b65a908 commit 566ac39

File tree

1 file changed

+1
-1
lines changed
  • spring-ai-alibaba-nl2sql/spring-ai-alibaba-nl2sql-web-ui

1 file changed

+1
-1
lines changed

spring-ai-alibaba-nl2sql/spring-ai-alibaba-nl2sql-web-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"description": "Spring AI Alibaba NL2SQL Web UI based on Vue 3",
55
"scripts": {
6-
"dev": "vite",
6+
"dev": "vite --host",
77
"build": "vite build",
88
"preview": "vite preview",
99
"serve": "vite preview"

0 commit comments

Comments
 (0)