fix(server-build): füge .js-Erweiterungen zu allen relativen Imports hinzu für ESNext-Module-Kompatibilität
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { router as storageRouter } from "./storage";
|
||||
import { router as storageRouter } from "./storage.js";
|
||||
|
||||
export const demo = {
|
||||
storage: storageRouter,
|
||||
|
Reference in New Issue
Block a user