refactor: finish internal export cleanup

This commit is contained in:
2026-08-15 07:08:03 +00:00
parent ab53c654ee
commit 602c6410e1
12 changed files with 11 additions and 18 deletions
-1
View File
@@ -1 +0,0 @@
export * from './nationIncome.js';
+3 -3
View File
@@ -7,9 +7,9 @@ export * from './auction/neutral.js';
export * from './constraints/index.js';
export * from './crewType/index.js';
export * from './diplomacy/index.js';
export * from './economy/index.js';
export * from './economy/nationIncome.js';
export * from './logging/index.js';
export * from './messages/index.js';
export * from './messages/message.js';
export * from './items/index.js';
export * from './rewards/uniqueLottery.js';
export * from './inheritance/inheritBuff.js';
@@ -19,7 +19,7 @@ export * from './ports/worldSnapshot.js';
export * from './ports/trace.js';
export * from './scenario/index.js';
export * from './triggers/index.js';
export * from './turn/index.js';
export * from './turn/calendar.js';
export * from './tournament/index.js';
export * from './troop/management.js';
export * from './world/index.js';
-1
View File
@@ -1 +0,0 @@
export * from './message.js';
-1
View File
@@ -1 +0,0 @@
export * from './calendar.js';
+1 -1
View File
@@ -1,6 +1,6 @@
import { type MapDefinition, type MapCityDefinition } from '../../src/world/types.js';
export const MINIMAL_MAP_CITIES: MapCityDefinition[] = [
const MINIMAL_MAP_CITIES: MapCityDefinition[] = [
{
id: 1,
name: '소성A',