mirror of
https://github.com/zhigang1992/tipsi-stripe.git
synced 2026-04-26 14:05:15 +08:00
10 lines
128 B
JavaScript
10 lines
128 B
JavaScript
const path = require('path')
|
|
|
|
module.exports = {
|
|
getProjectRoots() {
|
|
return [
|
|
path.resolve(__dirname),
|
|
]
|
|
},
|
|
}
|