mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-31 03:25:45 +00:00
Set up api for development
This commit is contained in:
@@ -7,6 +7,5 @@
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript" src="<%= js %>"></script>
|
||||
<p>Test</p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -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
|
||||
//
|
||||
|
||||
@@ -5,8 +5,7 @@
|
||||
"private": true,
|
||||
"author": "John Doe",
|
||||
"devDependencies": {
|
||||
"lineman": "~0.36.6",
|
||||
"lineman-rails": "^0.1.0"
|
||||
"lineman": "~0.36.6"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "lineman run",
|
||||
|
||||
Reference in New Issue
Block a user