Commit f1f2f32 1 parent e81b6eb commit f1f2f32 Copy full SHA for f1f2f32
File tree 3 files changed +3
-4
lines changed
core/helpers/custom-validators/activitypub
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
import { arrayify } from '@peertube/peertube-core-utils'
2
+ import { ActivityPubActor } from '@peertube/peertube-models'
2
3
import { peertubeTruncate } from '@server/helpers/core-utils.js'
3
- import { ActivityPubActor } from 'packages/models/src/activitypub/activitypub-actor.js'
4
4
import validator from 'validator'
5
5
import { CONSTRAINTS_FIELDS } from '../../../initializers/constants.js'
6
6
import { exists , isArray , isDateValid } from '../misc.js'
Original file line number Diff line number Diff line change
1
+ import { ActivityHtmlUrlObject } from '@peertube/peertube-models'
1
2
import { CONFIG } from '@server/initializers/config.js'
2
- import { ActivityHtmlUrlObject } from 'packages/models/src/activitypub/index.js'
3
3
import validator from 'validator'
4
4
import { CONSTRAINTS_FIELDS } from '../../../initializers/constants.js'
5
5
import { exists } from '../misc.js'
Original file line number Diff line number Diff line change 2
2
"extends" : "../tsconfig.base.json" ,
3
3
"compilerOptions" : {
4
4
"outDir" : "../dist" ,
5
- "baseUrl" : "../" ,
6
5
"rootDir" : "." ,
7
6
"tsBuildInfoFile" : "../dist/.tsbuildinfo" ,
8
7
"paths" : {
9
- "@server/*" : [ "server /core/*" ]
8
+ "@server/*" : [ ". /core/*" ]
10
9
}
11
10
} ,
12
11
"references" : [
You can’t perform that action at this time.
0 commit comments