feat: sqlite3

This commit is contained in:
s-prechtl 2025-07-14 14:01:11 +02:00
parent 2c3f9d100b
commit e684439f24

View file

@ -13,6 +13,7 @@
]; ];
environment = { environment = {
TSSERVER_LICENSE_ACCEPTED = "accept"; TSSERVER_LICENSE_ACCEPTED = "accept";
TSSERVER_DATABASE_PLUGIN = "sqlite3";
}; };
workdir = "/var/tsserver/"; workdir = "/var/tsserver/";
}; };