devcontainers #176

Merged
hizumi merged 20 commits from devcontainers into main 2026-02-03 20:16:13 -06:00
Showing only changes of commit f26b285a88 - Show all commits

View File

@@ -8,7 +8,7 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "tsc && && tsc-alias && cross-env NODE_ENV=development node ./built/api/src/index.js",
"dev": "tsc && tsc-alias && node ./built/api/src/index.js",
"prod": "tsc && tsc-alias && node ./built/api/src/index.js",
"build": "tsc && tsc-alias",