Skip to content

Commit

Permalink
build: updated port and added html
Browse files Browse the repository at this point in the history
  • Loading branch information
lionelhorn committed Jan 15, 2023
1 parent cf44243 commit 1045dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const server = require('./server');
server.start({port:8080, host: '0.0.0.0', domain: 'chii-service.onrender.com'});
server.start({port:8080, host: '0.0.0.0', domain: 'chii-service.onrender.com', cdn:'https://cdn.jsdelivr.net/npm/chii/public/'});

0 comments on commit 1045dd8

Please sign in to comment.