mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-02-21 17:49:41 +00:00
Init
This commit is contained in:
commit
a0c60a93ba
106 changed files with 26925 additions and 0 deletions
37
client/.nuxt/routes.json
Normal file
37
client/.nuxt/routes.json
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
[
|
||||
{
|
||||
"name": "config",
|
||||
"path": "/config",
|
||||
"component": "C:\\\\Users\\\\Coop\\\\Documents\\\\NodeProjects\\\\audiobookshelf\\\\client\\\\pages\\\\config\\\\index.vue",
|
||||
"chunkName": "pages/config/index",
|
||||
"_name": "_e09ac034"
|
||||
},
|
||||
{
|
||||
"name": "login",
|
||||
"path": "/login",
|
||||
"component": "C:\\\\Users\\\\Coop\\\\Documents\\\\NodeProjects\\\\audiobookshelf\\\\client\\\\pages\\\\login.vue",
|
||||
"chunkName": "pages/login",
|
||||
"_name": "_4bf07cff"
|
||||
},
|
||||
{
|
||||
"name": "audiobook-id",
|
||||
"path": "/audiobook/:id",
|
||||
"component": "C:\\\\Users\\\\Coop\\\\Documents\\\\NodeProjects\\\\audiobookshelf\\\\client\\\\pages\\\\audiobook\\\\_id\\\\index.vue",
|
||||
"chunkName": "pages/audiobook/_id/index",
|
||||
"_name": "_4885a1ad"
|
||||
},
|
||||
{
|
||||
"name": "audiobook-id-edit",
|
||||
"path": "/audiobook/:id?/edit",
|
||||
"component": "C:\\\\Users\\\\Coop\\\\Documents\\\\NodeProjects\\\\audiobookshelf\\\\client\\\\pages\\\\audiobook\\\\_id\\\\edit.vue",
|
||||
"chunkName": "pages/audiobook/_id/edit",
|
||||
"_name": "_73d517ff"
|
||||
},
|
||||
{
|
||||
"name": "index",
|
||||
"path": "/",
|
||||
"component": "C:\\\\Users\\\\Coop\\\\Documents\\\\NodeProjects\\\\audiobookshelf\\\\client\\\\pages\\\\index.vue",
|
||||
"chunkName": "pages/index",
|
||||
"_name": "_fb6e4c30"
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue