mirror of
https://github.com/RonanPlugins/BetterRTP.git
synced 2025-07-02 07:46:00 +00:00
node server startup
This commit is contained in:
parent
dbde32d48d
commit
d1822e6e2b
3
.gitignore
vendored
3
.gitignore
vendored
@ -7,4 +7,5 @@ target
|
|||||||
.idea
|
.idea
|
||||||
*.iml
|
*.iml
|
||||||
BetterRTP.wiki/
|
BetterRTP.wiki/
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
.vscode/
|
||||||
|
9
NodeServer/main/index.html
Normal file
9
NodeServer/main/index.html
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<title>Document</title>
|
||||||
|
</head>
|
||||||
|
<body></body>
|
||||||
|
</html>
|
0
NodeServer/main/index.js
Normal file
0
NodeServer/main/index.js
Normal file
16
NodeServer/pom.xml
Normal file
16
NodeServer/pom.xml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
<groupId>me.ronancraft</groupId>
|
||||||
|
<artifactId>NodeServer</artifactId>
|
||||||
|
<version>1.0-SNAPSHOT</version>
|
||||||
|
|
||||||
|
<properties>
|
||||||
|
<maven.compiler.source>17</maven.compiler.source>
|
||||||
|
<maven.compiler.target>17</maven.compiler.target>
|
||||||
|
</properties>
|
||||||
|
|
||||||
|
</project>
|
Loading…
x
Reference in New Issue
Block a user