change parcel configuration mechanism

This commit is contained in:
b1ek 2023-03-22 20:26:55 +10:00
parent c91c19b811
commit 6b180dbaeb
Signed by: blek
GPG Key ID: 14546221E3595D0C
3 changed files with 7 additions and 0 deletions

2
.gitignore vendored
View File

@ -3,6 +3,8 @@ yarn.lock
package-lock.json
dist
.parcelrc
*.log
*.tmp

View File

@ -4,6 +4,11 @@
<title>resume.js</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="standalone_page.css" />
<script>
var data = {
ip: '127.0.0.1'
}
</script>
</head>
<body>