mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
refactor(server): resolve import specifier via the active import map
This commit is contained in:
parent
0f4c76c761
commit
581ecd67d6
1 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import './precheck.ts';
|
||||
import './sentry.ts';
|
||||
import app from './app.ts';
|
||||
import '@/precheck.ts';
|
||||
import '@/sentry.ts';
|
||||
import app from '@/app.ts';
|
||||
|
||||
Deno.serve(app.fetch);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue