diff --git a/esa.jsonc b/esa.jsonc new file mode 100644 index 0000000..970447b --- /dev/null +++ b/esa.jsonc @@ -0,0 +1,10 @@ +{ + "name": "nzm-stats-worker", + "entry": "./src/index.js", + "installCommand": "npm install", + "buildCommand": "", + "assets": { + "directory": "./public/", + "notFoundStrategy": "singlePageApplication" + } +}