feat: update output_network_interface field logic

This commit is contained in:
divocat
2025-10-20 22:40:03 +03:00
parent ef70f4e53d
commit 4186292aa7
2 changed files with 64 additions and 6 deletions

View File

@@ -5,6 +5,7 @@
"type": "module",
"scripts": {
"format": "prettier --write src",
"format:js": "prettier --write ../luci-app-podkop/htdocs/luci-static/resources/view/podkop",
"lint": "eslint src --ext .ts,.tsx",
"lint:fix": "eslint src --ext .ts,.tsx --fix",
"build": "tsup src/main.ts",