From 16a0e9a9d2c24af28142ed3420ef6cb373c454f7 Mon Sep 17 00:00:00 2001 From: Leo Goetz Date: Sat, 8 Nov 2025 18:55:03 +0100 Subject: started making the command and json db --- index.js | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'index.js') diff --git a/index.js b/index.js index 36d56ef..8496e47 100644 --- a/index.js +++ b/index.js @@ -1,9 +1,2 @@ #!/usr/bin/env node - -const note = process.argv[2]; -const newNote = { - content: note, - id: Date.now(), -}; - -console.log(newNote); +import "./src/command.js"; -- cgit v1.3