From 5fcb88daabeed03867d4a71b6ae801f93d866ed6 Mon Sep 17 00:00:00 2001 From: Eyal Keren Date: Tue, 5 Dec 2023 14:11:27 +0200 Subject: [PATCH] init --- .gitignore | 3 ++- backend/main.w | 3 ++- client/public/wing.js | 4 ---- package.json | 12 ------------ 4 files changed, 4 insertions(+), 18 deletions(-) delete mode 100644 client/public/wing.js delete mode 100644 package.json diff --git a/.gitignore b/.gitignore index 52652fc..e230ff5 100644 --- a/.gitignore +++ b/.gitignore @@ -156,4 +156,5 @@ dist .pnp.* #Wing -target/ \ No newline at end of file +target/ +wing.js diff --git a/backend/main.w b/backend/main.w index 952cd50..a8616a2 100644 --- a/backend/main.w +++ b/backend/main.w @@ -18,4 +18,5 @@ api.get("/title", inflight () => { status:200, body: "Hello from Api" }; -}); \ No newline at end of file +}); + diff --git a/client/public/wing.js b/client/public/wing.js deleted file mode 100644 index 03c7bea..0000000 --- a/client/public/wing.js +++ /dev/null @@ -1,4 +0,0 @@ -// This file is generated by wing -window.wingEnv = { - "apiUrl": "http://127.0.0.1:54166" -}; \ No newline at end of file diff --git a/package.json b/package.json deleted file mode 100644 index 0b5a9da..0000000 --- a/package.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "a1244", - "version": "1.0.0", - "description": "", - "main": "index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - "postinstall": "cd client && npm install", - }, - "author": "", - "license": "ISC" -}