text search

This commit is contained in:
2026-02-28 11:01:42 +10:00
parent f5581135db
commit 7b22aaa426
4 changed files with 128 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ export default defineConfig({
plugins: [react()],
server: {
port: 5174,
host: '127.0.0.1',
open: false
}
})