Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2706535
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
999 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/.gitignore b/.gitignore
index 1122d4f..5c21490 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,37 +1,36 @@
# src
build
target
tests
bin
# maid
.maid/cache
.maid/temp
.maid/server.toml
# build output
dist/
assets/
.astro/
# dependencies
node_modules/
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# environment variables
.env
.env.production
# todo
*.todo
-*.hcl
# jetbrains
.idea
.fleet
diff --git a/example.hcl b/example.hcl
new file mode 100644
index 0000000..7d5a850
--- /dev/null
+++ b/example.hcl
@@ -0,0 +1,15 @@
+process "test_prod" {
+ script = "node ./test.js"
+
+ env {
+ NODE_ENV = "production"
+ }
+
+ watch {
+ path = "./test.js"
+ }
+}
+
+process "test" {
+ script = "node ./test.js"
+}
\ No newline at end of file
diff --git a/test.js b/test.js
deleted file mode 100644
index 63ab4dd..0000000
--- a/test.js
+++ /dev/null
@@ -1,3 +0,0 @@
-(function wait() {
- setTimeout(wait, 1000);
-})();
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sun, Feb 1, 11:16 AM (8 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
494675
Default Alt Text
(999 B)
Attached To
Mode
rPMC Process Management Controller
Attached
Detach File
Event Timeline
Log In to Comment