mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-05-01 04:13:47 +02:00
Add base support for creating a new API key for an account
This commit is contained in:
@@ -87,6 +87,7 @@ module.exports = {
|
||||
'@babel/proposal-class-properties',
|
||||
'@babel/proposal-object-rest-spread',
|
||||
'@babel/proposal-optional-chaining',
|
||||
'@babel/proposal-nullish-coalescing-operator',
|
||||
'@babel/syntax-dynamic-import',
|
||||
],
|
||||
},
|
||||
@@ -164,6 +165,7 @@ module.exports = {
|
||||
],
|
||||
},
|
||||
watchOptions: {
|
||||
poll: 1000,
|
||||
ignored: /node_modules/,
|
||||
},
|
||||
devServer: {
|
||||
|
||||
Reference in New Issue
Block a user