mirror of
https://onedev.site.tesses.net/crosslang/crosslangextras
synced 2026-02-09 01:25:46 +00:00
First commit
This commit is contained in:
10
Tesses.CrossLang.PackageServer/cross.json
Normal file
10
Tesses.CrossLang.PackageServer/cross.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "Tesses.CrossLang.PackageServer",
|
||||
"version": "1.0.0.0-prod",
|
||||
"project_dependencies": [
|
||||
"./Tesses.CrossLang.Markup"
|
||||
],
|
||||
"info": {
|
||||
"type": "console"
|
||||
}
|
||||
}
|
||||
3
Tesses.CrossLang.PackageServer/pages/index.tcrml
Normal file
3
Tesses.CrossLang.PackageServer/pages/index.tcrml
Normal file
@@ -0,0 +1,3 @@
|
||||
<?page() route="/" ?>
|
||||
<h1>Welcome to the package server</h1>
|
||||
<?end?>
|
||||
4
Tesses.CrossLang.PackageServer/src/program.tcross
Normal file
4
Tesses.CrossLang.PackageServer/src/program.tcross
Normal file
@@ -0,0 +1,4 @@
|
||||
func main(args)
|
||||
{
|
||||
Net.Http.ListenSimpleWithLoop(Router,4200);
|
||||
}
|
||||
Reference in New Issue
Block a user