Skip to content

Commit

Permalink
Finish local assets
Browse files Browse the repository at this point in the history
  • Loading branch information
xbubbo committed Nov 26, 2024
1 parent 6d13526 commit 035e505
Show file tree
Hide file tree
Showing 7 changed files with 9,415 additions and 6 deletions.
2 changes: 1 addition & 1 deletion config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const config: Config = {
// Server Configuration
server: {
port: 8080, // The port on which Interstellar runs (Default: 8080)
assets: "external", // Source for app/game images and JSON. Use 'local' for storing assets locally.
assets: "local", // Source for app/game images and JSON. Use 'external' if you don't want to use local assets
},

// Authentication Configuration (Optional)
Expand Down
Loading

0 comments on commit 035e505

Please sign in to comment.