Skip to content

Commit d637d72

Browse files
committed
Update comments in config
1 parent f4aa1fc commit d637d72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const config: Config = {
44
// Server Configuration
55
server: {
66
port: 8080, // The port on which Interstellar runs (Default: 8080)
7-
assets: "external", // Assets Source. Use 'local' for storing assets locally.
7+
assets: "external", // Source for app/game images and JSON. Use 'local' for storing assets locally.
88
},
99

1010
// Authentication Configuration (Optional)

src/types/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export interface Config {
66
// Default: 8080
77
port?: number;
88

9-
// The source of static assets
9+
// Source for app/game images and JSON
1010
assets?: "local" | "external";
1111
};
1212

0 commit comments

Comments
 (0)