Skip to content

Commit

Permalink
revert cpcconfig.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
benchmarko committed Jan 22, 2025
1 parent af46b71 commit fe1e3aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cpcconfig.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* cpcconfig.ts - configuration file for CPCBasicTS */

export const cpcconfig = { // eslint-disable-line no-unused-vars
//databaseDirs: "./examples,https://benchmarko.github.io/CPCBasicApps/apps,storage",
databaseDirs: "./examples,../../CPCBasicApps/apps,storage", // local test
databaseDirs: "./examples,https://benchmarko.github.io/CPCBasicApps/apps,storage",
//databaseDirs: "./examples,../../CPCBasicApps/apps,storage", // local test

// just an example, not the full list of moved examples...
redirectExamples: {
Expand Down

0 comments on commit fe1e3aa

Please sign in to comment.