Skip to content

Commit

Permalink
move api related files into src folder
Browse files Browse the repository at this point in the history
  • Loading branch information
marjisound committed Jan 24, 2024
1 parent ac1d826 commit 838fa45
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"build": "esbuild --bundle --platform=node --target=node20 --outfile=dist/index.js index.ts",
"build-frontend": "mkdir -p dist/frontend; cp index.html dist/frontend/index.html",
"build": "esbuild --bundle --platform=node --target=node20 --outfile=dist/index.js src/index.ts",
"build-frontend": "mkdir -p dist/frontend; cp src/index.html dist/frontend/index.html",
"package": "cd dist; mkdir -p ../target; zip -qr ../target/api.zip ./*"
},
"keywords": [],
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 838fa45

Please sign in to comment.