mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-12 19:05:55 +02:00
unfinished WebUI
This commit is contained in:
parent
0ad1b3af4b
commit
070b34be8a
69 changed files with 13932 additions and 140 deletions
9
nginx-ui-frontend/alias.config.js
Normal file
9
nginx-ui-frontend/alias.config.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
const resolve = dir => require('path').join(__dirname, dir)
|
||||
|
||||
module.exports = {
|
||||
resolve: {
|
||||
alias: {
|
||||
'@': resolve('src')
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue