deprecate nat-globelet-playground
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
node_modules/
|
||||
.haxelib/
|
||||
libs/
|
||||
index.js
|
||||
@@ -1,8 +0,0 @@
|
||||
-lib kiss
|
||||
-lib express
|
||||
-lib kiss-express
|
||||
-lib hxnodejs
|
||||
-cp src
|
||||
--main nat_globelet_playground.Main
|
||||
--js index.js
|
||||
--cmd node index.js
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,17 +0,0 @@
|
||||
{
|
||||
"main": "index.js",
|
||||
"name": "nat_globelet_playground",
|
||||
"description": "An ExpressJS website made with Kisslang",
|
||||
"title": "nat-globelet-playground",
|
||||
"dependencies": {
|
||||
"express": "^4.18.1",
|
||||
"@types/express": "^4.17.13"
|
||||
},
|
||||
"devDependencies": {
|
||||
"dts2hx": "^0.19.0"
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "dts2hx --all"
|
||||
},
|
||||
"version": "0.0.0"
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
package nat_globelet_playground;
|
||||
|
||||
class Main {
|
||||
static function main() {
|
||||
Main_.main();
|
||||
}
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
(let [app (Express.call)
|
||||
port 3000]
|
||||
(app.get "/" ->[req res next] (res.send "Hello World!"))
|
||||
(#unless test
|
||||
(app.listen port ->(print "kiss-express listening at http://localhost:$port"))))
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
#! /bin/bash
|
||||
|
||||
if [ ! -d node_modules ]; then
|
||||
$(haxelib libpath kiss)/build-scripts/dts2hx-externs/regenerate.sh
|
||||
fi
|
||||
|
||||
haxe -D test build.hxml
|
||||
Reference in New Issue
Block a user