refactor(server): resolve import specifier via the active import map
This commit is contained in:
parent
0f4c76c761
commit
581ecd67d6
|
@ -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…
Reference in New Issue