mirror of
https://github.com/aljazceru/ditto.git
synced 2025-12-27 18:24:27 +01:00
refactor(server): resolve import specifier via the active import map
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user