템플릿 초기 버전

This commit is contained in:
2026-06-11 20:31:47 +09:00
commit 2d45f80dd7
3 changed files with 41 additions and 0 deletions

9
package.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "playground-app",
"version": "1.0.0",
"description": "Playground 앱 (Node.js)",
"main": "index.js",
"scripts": {
"start": "node index.js"
}
}