mirror of
https://github.com/HeyPuter/puter.git
synced 2026-02-20 21:48:37 -06:00
dev: allow emulator app to access user files
This commit is contained in:
@@ -129,6 +129,9 @@ class SqliteDatabaseAccessService extends BaseDatabaseAccessService {
|
||||
[25, [
|
||||
'0028_clean-email.sql',
|
||||
]],
|
||||
[26, [
|
||||
'0029_emulator_priv.sql',
|
||||
]],
|
||||
];
|
||||
|
||||
// Database upgrade logic
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
UPDATE apps SET godmode = 1 WHERE name = 'puter-linux';
|
||||
@@ -14,7 +14,7 @@
|
||||
<link href="<%= htmlWebpackPlugin.files.css[css] %>" rel="stylesheet">
|
||||
<% } %>
|
||||
|
||||
<script src="https://puter.com/puter.js/v2"></script>
|
||||
<script src="/puter.js/v2"></script>
|
||||
<script src="/vendor/v86/libv86.js"></script>
|
||||
<style>
|
||||
div {
|
||||
|
||||
Reference in New Issue
Block a user