mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-05 06:07:20 +00:00
Set up api for development
This commit is contained in:
@@ -7,6 +7,5 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<script type="text/javascript" src="<%= js %>"></script>
|
<script type="text/javascript" src="<%= js %>"></script>
|
||||||
<p>Test</p>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</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
|
// 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.
|
// whatever service might be running on the specified port.
|
||||||
//
|
//
|
||||||
// server: {
|
server: {
|
||||||
// apiProxy: {
|
apiProxy: {
|
||||||
// enabled: true,
|
enabled: true,
|
||||||
// host: 'localhost',
|
host: 'localhost',
|
||||||
// port: 3000
|
port: 8080
|
||||||
// }
|
}
|
||||||
// },
|
},
|
||||||
|
|
||||||
// Sass
|
// Sass
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -5,8 +5,7 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"author": "John Doe",
|
"author": "John Doe",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"lineman": "~0.36.6",
|
"lineman": "~0.36.6"
|
||||||
"lineman-rails": "^0.1.0"
|
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "lineman run",
|
"start": "lineman run",
|
||||||
|
|||||||
Reference in New Issue
Block a user