[PR #1629] Feat: Add launch.json for debug #1643

Open
opened 2026-04-24 23:59:54 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf-app/pull/1629
Author: @huyunan
Created: 7/18/2025
Status: 🔄 Open

Base: masterHead: dev_init_718


📝 Commits (1)

📊 Changes

2 files changed (+30 additions, -0 deletions)

View changed files

.vscode/launch.json (+25 -0)
📝 nuxt.config.js (+5 -0)

📄 Description

Brief summary

Add debugging functionality

Which issue is fixed?

no

Pull Request Type

frontend

In-depth Description

Adding the launch.json file enables VS Code to perform Chrome debugging.

How have you tested this?

The tests have shown that both Vue and JS files can be debugged, and this process will not affect the npm run build command.

Screenshots

no


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/advplyr/audiobookshelf-app/pull/1629 **Author:** [@huyunan](https://github.com/huyunan) **Created:** 7/18/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `dev_init_718` --- ### 📝 Commits (1) - [`547e1c6`](https://github.com/advplyr/audiobookshelf-app/commit/547e1c6bea79b0c3c145ef1d0ba432237c1019f2) debug调试功能添加 ### 📊 Changes **2 files changed** (+30 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.vscode/launch.json` (+25 -0) 📝 `nuxt.config.js` (+5 -0) </details> ### 📄 Description ## Brief summary Add debugging functionality ## Which issue is fixed? no ## Pull Request Type frontend ## In-depth Description Adding the launch.json file enables VS Code to perform Chrome debugging. ## How have you tested this? The tests have shown that both Vue and JS files can be debugged, and this process will not affect the npm run build command. ## Screenshots no --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-24 23:59:54 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf-app#1643