diff options
| author | ilotterytea <iltsu@alright.party> | 2022-09-25 12:58:23 +0600 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2022-09-25 12:58:23 +0600 |
| commit | 4c9f27dd9d447c39324ccd45134d970b14493269 (patch) | |
| tree | 69dba982af58910ffd97f28bb1fd6e822cf144da | |
| parent | ea12be12fc7970f728056af614a29de63e71d691 (diff) | |
bruh
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 347e9b9..8cd918d 100644 --- a/package.json +++ b/package.json @@ -6,8 +6,8 @@ "scripts": { "test": "ts-node index.ts --debug", "build": "tsc", - "init": "node dist/index.js --init", - "start": "node dist/index.js" + "init": "node index.js --init", + "start": "node index.js" }, "repository": { "type": "git", |
