From 20f413508ffa1ca55194e3b1a0ce83aa23b55f1d Mon Sep 17 00:00:00 2001
From: grngxd <36968271+grngxd@users.noreply.github.com>
Date: Tue, 17 Jun 2025 12:49:23 +0100
Subject: [PATCH] add fs and notifications to stdlib
---
.air.toml | 2 +-
example/index.html | 11 ++++-
go.mod | 16 ++++++-
go.sum | 37 ++++++++++++++++
runtime/index.d.ts | 15 ++++++-
runtime/preload.ts | 10 +++--
tiramisu.go | 107 +++++++++++++++++++++++++++++++++------------
7 files changed, 163 insertions(+), 35 deletions(-)
diff --git a/.air.toml b/.air.toml
index c46b56f..d7ff5c6 100644
--- a/.air.toml
+++ b/.air.toml
@@ -5,7 +5,7 @@ tmp_dir = "tmp"
[build]
args_bin = []
bin = "tmp\\main.exe"
- cmd = "go build -ldflags='-H windowsgui' -o ./tmp/main.exe ./example"
+ cmd = "go build -o ./tmp/main.exe ./example"
delay = 1000
exclude_dir = ["assets", "tmp", "vendor", "testdata", "runtime/out", "node_modules", "dist"]
exclude_file = []
diff --git a/example/index.html b/example/index.html
index af6d2e8..f686e39 100644
--- a/example/index.html
+++ b/example/index.html
@@ -4,7 +4,8 @@
-
+
+