Skip to content
Snippets Groups Projects
Commit 0b45f23a authored by Omar Elkadi's avatar Omar Elkadi
Browse files

add vue config

parent 7ba7bd06
No related branches found
No related tags found
No related merge requests found
export const devServer = {
host: '0.0.0.0'
};
\ No newline at end of file
module.exports = {
devServer: {
host: '0.0.0.0'
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment