server.ts: Conf.localPort -> Conf.port
This commit is contained in:
parent
58b034e169
commit
953295c534
|
@ -3,4 +3,4 @@ import '@/sentry.ts';
|
||||||
import app from '@/app.ts';
|
import app from '@/app.ts';
|
||||||
import { Conf } from '@/config.ts';
|
import { Conf } from '@/config.ts';
|
||||||
|
|
||||||
Deno.serve({ port: Conf.localPort }, app.fetch);
|
Deno.serve({ port: Conf.port }, app.fetch);
|
||||||
|
|
Loading…
Reference in New Issue