This website requires JavaScript.
Explore
Help
Sign In
MirrorSave
/
budibase
mirror of
https://github.com/Budibase/budibase.git
Watch
1
Star
0
Fork
You've already forked budibase
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a438f5ebf2
budibase
/
packages
/
cli
/
src
/
options.js
6 lines
97 B
JavaScript
Raw
Normal View
History
Unescape
Escape
More work in progress.
2021-02-25 15:42:50 +01:00
const
hosting
=
require
(
"./hosting"
)
All the groundwork laid now, just need to implement the functionality for hosting.
2021-02-26 12:46:48 +01:00
exports
.
getCommands
=
(
)
=>
{
return
[
hosting
.
command
]
More work in progress.
2021-02-25 15:42:50 +01:00
}