fix: @shared path in shared directory, added linting to prevent in the future
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import sharedEnv from "@shared/env";
|
||||
import sharedEnv from "../env";
|
||||
import parseDocumentSlug from "./parseDocumentSlug";
|
||||
|
||||
sharedEnv.URL = "https://app.outline.dev";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import sharedEnv from "@shared/env";
|
||||
import sharedEnv from "../env";
|
||||
|
||||
/**
|
||||
* Parse the likely document identifier from a given url.
|
||||
|
||||
Reference in New Issue
Block a user