Skip to content

Commit

Permalink
chore: removing static port definition from server start
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodek committed Aug 31, 2019
1 parent a2f5304 commit 2c1b56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/demo-server/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { createConfig, startServer } from 'es-dev-server';
import { demoApi } from './api.js';

const config = createConfig({
port: 8001,
// port: 8001,
watch: true,
nodeResolve: true,
appIndex: 'demo/index.html',
Expand Down

0 comments on commit 2c1b56a

Please sign in to comment.