File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import path from 'node:path';
2
2
import bun from 'bun' ;
3
3
import Papa from 'papaparse' ;
4
4
import { Duration , DateTime } from 'luxon' ;
5
- import * as TypesAssetCsvStructure from '../types/AssetCsvStructure.js ' ;
5
+ import * as TypesAssetCsvStructure from '../types/AssetCsvStructure' ;
6
6
7
7
async function parseCsvFile ( filePath : string ) {
8
8
const inputContext = ( await bun . file ( path . resolve ( filePath ) ) . text ( ) ) . replaceAll ( '\r\n' , '\n' ) . trim ( ) ;
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ const initialConfig: ConfigType = {
44
44
assetDb : null ,
45
45
masterDb : null ,
46
46
} ,
47
- assetUnityInternalPathDir : 'assets/ _gallopresources/bundle/resources' ,
47
+ assetUnityInternalPathDir : '_gallopresources/bundle/resources' ,
48
48
outputPath : path . resolve ( 'output' ) ,
49
49
outputSubPath : {
50
50
assets : 'assets' ,
You can’t perform that action at this time.
0 commit comments