Restructure project as Worldshaper

This commit is contained in:
Andraxion 2026-06-26 20:30:30 -04:00
parent ab891a315c
commit b4dbd4ee8e
583 changed files with 279 additions and 189269 deletions

View file

@ -1,7 +1,7 @@
module.exports = {
apps: [
{
name: "content-editor-v2",
name: "worldshaper",
script: "server.js",
cwd: process.env.APP_DIR || __dirname,
env: {
@ -12,3 +12,4 @@ module.exports = {
}
]
};