changed files depending on the old folder "app" to the new folder "src"
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
{
|
||||
"name": "eventcalender",
|
||||
"module": "index.ts",
|
||||
"module": "./src/app.ts",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"@types/bun": "^1.3.0"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "bun run ./app/app.ts",
|
||||
"dev:init": "bun run ./app/app.ts --init",
|
||||
"dev": "bun run ./src/app.ts",
|
||||
"dev:init": "bun run ./src/app.ts --init",
|
||||
"db:init": "bun run ./run/db_init.ts",
|
||||
"db:deleteall": "bun run ./run/db_deleteall.ts",
|
||||
"build": "bun build ./app/app.ts --compile --outfile ./build/77th_event_calendar_notification"
|
||||
"build": "bun build ./src/app.ts --compile --outfile ./build/77th_event_calendar_notification"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5"
|
||||
|
||||
Reference in New Issue
Block a user