Skip to content

Commit

Permalink
Fix crash
Browse files Browse the repository at this point in the history
  • Loading branch information
brookback committed Mar 25, 2024
1 parent 5162cb7 commit f2220d9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions api/server.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
// deno run --allow-env --allow-net --allow-read --allow-write --location https://johan.im api/server.ts
import { createApp } from './app.ts';
import { createServices } from './services/index.ts';
import 'temporal-polyfill/global';



const app = createApp(services);
const app = createApp(createServices());

Deno.serve(
{
Expand Down

0 comments on commit f2220d9

Please sign in to comment.