fix: Build script
This commit is contained in:
Родитель
cbd8c4c935
Коммит
b51f90a63f
|
@ -108,6 +108,6 @@ export default defineConfig({
|
|||
command: 'npm run build; npm start',
|
||||
port: 6060,
|
||||
// Building the app can take some time:
|
||||
timeout: 360 * 1000,
|
||||
timeout: 720 * 1000,
|
||||
}
|
||||
})
|
||||
|
|
|
@ -820,9 +820,9 @@ export interface IRelevantLocation {
|
|||
name: string;
|
||||
stateCode: string;
|
||||
countryCode: string;
|
||||
featureClass: TLocationFeatureClass;
|
||||
featureCode: TLocationFeatureCode;
|
||||
population: TLocationPopulation;
|
||||
featureClass: string;
|
||||
featureCode: string;
|
||||
population: string;
|
||||
alternateNames?: Array<string>;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче