mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-03 05:27:25 +00:00
Set up api for development
This commit is contained in:
@@ -22,13 +22,13 @@ module.exports = function(lineman) {
|
||||
// requests for paths that don't match a static asset in ./generated will be forwarded to
|
||||
// whatever service might be running on the specified port.
|
||||
//
|
||||
// server: {
|
||||
// apiProxy: {
|
||||
// enabled: true,
|
||||
// host: 'localhost',
|
||||
// port: 3000
|
||||
// }
|
||||
// },
|
||||
server: {
|
||||
apiProxy: {
|
||||
enabled: true,
|
||||
host: 'localhost',
|
||||
port: 8080
|
||||
}
|
||||
},
|
||||
|
||||
// Sass
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user